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

Side by Side Diff: chromeos/test/data/network/shill_cellular_with_state.json

Issue 535283002: Translate activation/romaing state, restricted pool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_279351_internet_options_7b
Patch Set: Only set RestrictedConnectivity if true, 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
OLDNEW
1 { 1 {
2 "Type": "cellular", 2 "Type": "cellular",
3 "Name": "Test Network", 3 "Name": "Test Network",
4 "Cellular.ActivationState": "activated", 4 "Cellular.ActivationState": "activated",
5 "Cellular.ActivationType": "OTASP", 5 "Cellular.ActivationType": "OTASP",
6 "Cellular.RoamingState": "home",
6 "Cellular.ServingOperator": { 7 "Cellular.ServingOperator": {
7 "code": "test-code", 8 "code": "test-code",
8 "country": "test-country", 9 "country": "test-country",
9 "name" : "test-name" 10 "name" : "test-name"
10 }, 11 },
11 "Cellular.APN": { 12 "Cellular.APN": {
12 "apn": "test-apn", 13 "apn": "test-apn",
13 "name": "test-apn-name", 14 "name": "test-apn-name",
14 "username": "test-username", 15 "username": "test-username",
15 "password": "test-password" 16 "password": "test-password"
(...skipping 27 matching lines...) Expand all
43 "Cellular.HomeProvider": { 44 "Cellular.HomeProvider": {
44 "country": "us", 45 "country": "us",
45 "name": "cellular_provider" 46 "name": "cellular_provider"
46 }, 47 },
47 "Cellular.SIMLockStatus": { 48 "Cellular.SIMLockStatus": {
48 "LockType": "sim-pin", 49 "LockType": "sim-pin",
49 "LockEnabled": true 50 "LockEnabled": true
50 } 51 }
51 } 52 }
52 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698