Don't preload rarely seen large images
[chromium-blink-merge.git] / chromeos / test / data / network / translation_of_shill_cellular_with_state.onc
blobd90db8439629a444427dc97913a43663374aeed1
2   "Type": "Cellular",
3   "Name": "Test Network",
4   "Cellular": {
5     "ActivationState": "Activated",
6     "ActivationType": "OTASP",
7     "AllowRoaming": true,
8     "AutoConnect": true,
9     "Carrier": "cellular_provider",
10     "HomeProvider": {
11       "Country": "us",
12       "Name": "cellular_provider"
13     },
14     "NetworkTechnology": "LTEAdvanced",
15     "PaymentPortal": {
16       "Method": "GET",
17       "Url": "http://test.com/payment"
18     },
19     "RoamingState": "Home",
20     "ServingOperator": {
21       "Code": "test-code",
22       "Country": "test-country",
23       "Name": "test-name"
24     },
25     "SupportedCarriers": [
26       "cellular_provider",
27       "generic_provider"
28     ],
29     "APN": {
30       "AccessPointName": "test-apn",
31       "Name": "test-apn-name",
32       "Username": "test-username",
33       "Password": "test-password"
34     },
35     "APNList": [ {
36         "AccessPointName": "test-apn0",
37         "Password": "test-password0",
38         "Username": "test-username0"
39       }, {
40         "AccessPointName": "test-apn1",
41         "Password": "test-password1",
42         "Username": "test-username1"
43       }, {
44         "AccessPointName": "test-apn2",
45         "Password": "test-password2",
46         "Username": "test-username2"
47       }, {
48         "AccessPointName": "test-apn3",
49         "Password": "test-password3",
50         "Username": "test-username3"
51       }
52     ],  
53     "SIMLockStatus": {
54       "LockType": "sim-pin",
55       "LockEnabled": true
56     }
57   },
58   "Source":"Device"