Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Side by Side Diff: chromeos/test/data/network/translation_of_shill_cellular_with_state.onc

Issue 492383002: Use ONC for Cellular APN and SimLock in Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Type": "Cellular", 2 "Type": "Cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular": { 4 "Cellular": {
5 "ActivationState": "activated", 5 "ActivationState": "activated",
6 "ActivationType": "OTASP", 6 "ActivationType": "OTASP",
7 "AllowRoaming": true, 7 "AllowRoaming": true,
8 "HomeProvider": { 8 "HomeProvider": {
9 "country": "us", 9 "country": "us",
10 "name": "cellular_provider" 10 "name": "cellular_provider"
11 }, 11 },
12 "ServingOperator": { 12 "ServingOperator": {
13 "Code": "test-code", 13 "Code": "test-code",
14 "Country": "test-country", 14 "Country": "test-country",
15 "Name": "test-name" 15 "Name": "test-name"
16 }, 16 },
17 "APN": { 17 "APN": {
18 "Name": "test-apn", 18 "AccessPointName": "test-apn",
19 "Name": "test-apn-name",
19 "Username": "test-username", 20 "Username": "test-username",
20 "Password": "test-password" 21 "Password": "test-password"
21 }, 22 },
22 "APNList": [ { 23 "APNList": [ {
23 "Name": "test-apn0", 24 "AccessPointName": "test-apn0",
24 "Password": "test-password0", 25 "Password": "test-password0",
25 "Username": "test-username0" 26 "Username": "test-username0"
26 }, { 27 }, {
27 "Name": "test-apn1", 28 "AccessPointName": "test-apn1",
28 "Password": "test-password1", 29 "Password": "test-password1",
29 "Username": "test-username1" 30 "Username": "test-username1"
30 }, { 31 }, {
31 "Name": "test-apn2", 32 "AccessPointName": "test-apn2",
32 "Password": "test-password2", 33 "Password": "test-password2",
33 "Username": "test-username2" 34 "Username": "test-username2"
34 }, { 35 }, {
35 "Name": "test-apn3", 36 "AccessPointName": "test-apn3",
36 "Password": "test-password3", 37 "Password": "test-password3",
37 "Username": "test-username3" 38 "Username": "test-username3"
38 } 39 }
39 ], 40 ],
40 "SIMLockStatus": { 41 "SIMLockStatus": {
41 "LockType": "sim-pin", 42 "LockType": "sim-pin",
42 "LockEnabled": true 43 "LockEnabled": true
43 } 44 }
44 } 45 }
45 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698