Home
last modified time | relevance | path

Searched refs:locationMode (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java99 int locationMode = 1; in testAddGetAndClearUserRestriction_onParent() local
101 locationMode = runWithShellPermissionIdentity( in testAddGetAndClearUserRestriction_onParent()
115 final int finalLocationMode = locationMode; in testAddGetAndClearUserRestriction_onParent()
DUserRestrictionsParentTest.java227 int locationMode = Settings.Secure.getIntForUser(mContentResolver, in testPerProfileUserRestriction_onParent() local
251 Settings.Secure.putIntForUser(mContentResolver, Settings.Secure.LOCATION_MODE, locationMode, in testPerProfileUserRestriction_onParent()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java498 int locationMode = in getAndSetLocationSwitch() local
502 if (locationMode != oldLocationMode) { in getAndSetLocationSwitch()
508 contentResolver, Settings.Secure.LOCATION_MODE, locationMode); in getAndSetLocationSwitch()