Home
last modified time | relevance | path

Searched defs:DISALLOW_CONFIG_LOCATION (Results 1 – 4 of 4) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLocationTest.java135 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isSet() local
141 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isSet() local
151 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isNotSet() local
158 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_LOCATION); in setUserRestriction_disallowConfigLocation_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java229 public static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in CommonUserRestrictions
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DOrgOwnedProfileOwnerTest.java77 private static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in OrgOwnedProfileOwnerTest
DDeviceAndProfileOwnerTest.java150 private static final String DISALLOW_CONFIG_LOCATION = "no_config_location"; field in DeviceAndProfileOwnerTest