Home
last modified time | relevance | path

Searched defs:DISALLOW_FUN (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DFunTest.java61 sDeviceState.dpc().componentName(), DISALLOW_FUN); in addUserRestriction_disallowFun_isSet() local
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
87 sDeviceState.dpc().componentName(), DISALLOW_FUN); in clearUserRestriction_disallowFun_isNotSet() local
107 sDeviceState.dpc().componentName(), DISALLOW_FUN); in addUserRestrictionGlobally_disallowFun_isSet() local
124 sDeviceState.dpc().componentName(), DISALLOW_FUN); in clearGlobalUserRestriction_disallowFun_isNotSet() local
130 sDeviceState.dpc().componentName(), DISALLOW_FUN); in clearGlobalUserRestriction_disallowFun_isNotSet() local
/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