Home
last modified time | relevance | path

Searched refs:IGNORED (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/appops/
DAppOpsMode.java22 IGNORED(/* MODE_IGNORED */ 1), enumConstant
50 return IGNORED; in forValue()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DApplicationExemptionsTest.java31 import static com.android.bedstead.nene.appops.AppOpsMode.IGNORED;
273 testApp.appOps().set(OPSTR_RUN_ANY_IN_BACKGROUND, IGNORED); in setApplicationExemptions_powerRestrictionExemption_allowsBgUsage()
DUserControlDisabledPackagesTest.java27 import static com.android.bedstead.nene.appops.AppOpsMode.IGNORED;
216 testApp.appOps().set(OPSTR_RUN_ANY_IN_BACKGROUND, IGNORED); in setUserControlDisabledPackages_bgUsageAllowed()
/cts/common/device-side/bedstead/modules/permissions/src/main/kotlin/com/android/bedstead/permissions/
DPermissions.java632 .filter(o -> pkg.appOps().get(o) != AppOpsMode.IGNORED)
648 pkg.packageName(), AppOpsMode.IGNORED.value());