Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DFunTest.java19 import static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_FUN;
52 sDeviceState.dpc().componentName(), DISALLOW_FUN)); in addUserRestriction_disallowFun_cannotSet_throwsException()
61 sDeviceState.dpc().componentName(), DISALLOW_FUN); in addUserRestriction_disallowFun_isSet() local
63 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_FUN)) in addUserRestriction_disallowFun_isSet()
67 sDeviceState.dpc().componentName(), DISALLOW_FUN); in addUserRestriction_disallowFun_isSet() local
78 DISALLOW_FUN); in clearUserRestriction_disallowFun_isNotSet() local
81 sDeviceState.dpc().componentName(), DISALLOW_FUN); in clearUserRestriction_disallowFun_isNotSet() local
83 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_FUN)) in clearUserRestriction_disallowFun_isNotSet()
87 sDeviceState.dpc().componentName(), DISALLOW_FUN); in clearUserRestriction_disallowFun_isNotSet() local
101 DISALLOW_FUN); in addUserRestrictionGlobally_disallowFun_isSet()
[all …]
DUserRestrictionsTest.java61 CommonUserRestrictions.DISALLOW_FUN,
118 CommonUserRestrictions.DISALLOW_FUN,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java128 public static final String DISALLOW_FUN = "no_fun"; field in CommonUserRestrictions
298 DISALLOW_FUN,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java45 UserManager.DISALLOW_FUN,
DSecondaryProfileOwnerUserRestrictionsTest.java60 UserManager.DISALLOW_FUN,
DBaseUserRestrictionsTest.java63 UserManager.DISALLOW_FUN,
97 UserManager.DISALLOW_FUN,
DDeviceOwnerUserRestrictionsTest.java47 UserManager.DISALLOW_FUN,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java49 UserManager.DISALLOW_FUN,
191 UserManager.DISALLOW_FUN,
318 case UserManager.DISALLOW_FUN: in isRestrictionValid()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34074 field public static final String DISALLOW_FUN = "no_fun";