Home
last modified time | relevance | path

Searched refs:DISALLOW_AIRPLANE_MODE (Results 1 – 9 of 9) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAirplaneModeTest.java22 …rt static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_AIRPLANE_MODE;
71 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE)); in addUserRestriction_disallowAirplaneMode_cannotSet_throwsException()
80 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestriction_disallowAirplaneMode_isSet() local
82 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_AIRPLANE_MODE)) in addUserRestriction_disallowAirplaneMode_isSet()
86 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestriction_disallowAirplaneMode_isSet() local
102 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestriction_disallowAirplaneMode_targetAtLeastU_throwsIllegalArgumentException()
116 DISALLOW_AIRPLANE_MODE); in addUserRestrictionGlobally_disallowAirplaneMode_isSet()
118 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_AIRPLANE_MODE)) in addUserRestrictionGlobally_disallowAirplaneMode_isSet()
122 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in addUserRestrictionGlobally_disallowAirplaneMode_isSet() local
133 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in clearUserRestriction_disallowAirplaneMode_isNotSet() local
[all …]
DDevicePolicyManagerTest.java23 …rt static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_AIRPLANE_MODE;
192 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy() local
195 sDeviceState.dpc().componentName(), DISALLOW_AIRPLANE_MODE); in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy() local
198 getIdentifierForUserRestriction(DISALLOW_AIRPLANE_MODE), in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy()
203 getIdentifierForUserRestriction(DISALLOW_AIRPLANE_MODE), in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy()
204 DISALLOW_AIRPLANE_MODE), in setMaxPolicyStorageLimit_limitReached_doesNotSetPolicy()
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
[all …]
DUserRestrictionsTest.java140 CommonUserRestrictions.DISALLOW_AIRPLANE_MODE,
/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
320 DISALLOW_AIRPLANE_MODE,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java60 UserManager.DISALLOW_AIRPLANE_MODE,
195 UserManager.DISALLOW_AIRPLANE_MODE);
288 case UserManager.DISALLOW_AIRPLANE_MODE: in isRestrictionValid()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java71 UserManager.DISALLOW_AIRPLANE_MODE);
DUserRestrictionsParentTest.java259 UserManager.DISALLOW_AIRPLANE_MODE
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/
DDeviceStateTest.java177 private static final String SECOND_USER_RESTRICTION = UserManager.DISALLOW_AIRPLANE_MODE;
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34043 field public static final String DISALLOW_AIRPLANE_MODE = "no_airplane_mode";