Home
last modified time | relevance | path

Searched defs:DISALLOW_AIRPLANE_MODE (Results 1 – 3 of 3) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAirplaneModeTest.java80 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestriction_disallowAirplaneMode_isSet() local
86 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestriction_disallowAirplaneMode_isSet() local
122 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestrictionGlobally_disallowAirplaneMode_isSet() local
133 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in clearUserRestriction_disallowAirplaneMode_isNotSet() local
136 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in clearUserRestriction_disallowAirplaneMode_isNotSet() local
142 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in clearUserRestriction_disallowAirplaneMode_isNotSet() local
DDevicePolicyManagerTest.java192 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy() local
195 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy() local
211 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy() local
237 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_policySet_sizeIncreases() local
244 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_policySet_sizeIncreases() local
270 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_policySetThenUnset_sizeResets() local
272 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_policySetThenUnset_sizeResets() local
278 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_policySetThenUnset_sizeResets() local
302 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_setSamePolicyTwice_sizeDoesNotIncrease() local
306 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_setSamePolicyTwice_sizeDoesNotIncrease() local
[all …]
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java232 public static final String DISALLOW_AIRPLANE_MODE = "no_airplane_mode"; field in CommonUserRestrictions