Searched defs:ALLOWED (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ | ||
D | PrimaryProfileOwnerUserRestrictionsTest.java | 21 public static final String[] ALLOWED = new String[] { field in PrimaryProfileOwnerUserRestrictionsTest |
D | DeviceOwnerUserRestrictionsTest.java | 23 public static final String[] ALLOWED = new String[] { field in DeviceOwnerUserRestrictionsTest |
D | SecondaryProfileOwnerUserRestrictionsTest.java | 24 public static final String[] ALLOWED = new String[] { field in SecondaryProfileOwnerUserRestrictionsTest |
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/appops/ | ||
D | AppOps.java | 38 ALLOWED(AppOpsManager.MODE_ALLOWED), enumConstant |