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/common/src/main/java/com/android/bedstead/nene/appops/ | ||
| D | AppOpsMode.java | 21 ALLOWED(/* MODE_ALLOWED */ 0), enumConstant |