Searched refs:DISALLOW_AIRPLANE_MODE (Results 1 – 9 of 9) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | AirplaneModeTest.java | 22 …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 …]
|
D | DevicePolicyManagerTest.java | 23 …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 …]
|
D | UserRestrictionsTest.java | 140 CommonUserRestrictions.DISALLOW_AIRPLANE_MODE,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 232 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/ |
D | UserRestrictions.java | 60 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/ |
D | OrgOwnedProfileOwnerParentTest.java | 71 UserManager.DISALLOW_AIRPLANE_MODE);
|
D | UserRestrictionsParentTest.java | 259 UserManager.DISALLOW_AIRPLANE_MODE
|
/cts/common/device-side/bedstead/harrier/src/test/java/com/android/bedstead/harrier/ |
D | DeviceStateTest.java | 177 private static final String SECOND_USER_RESTRICTION = UserManager.DISALLOW_AIRPLANE_MODE;
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34043 field public static final String DISALLOW_AIRPLANE_MODE = "no_airplane_mode";
|