Searched refs:OP_RUN_IN_BACKGROUND (Results 1 – 4 of 4) sorted by relevance
160 assertSameModes(testService.mUidStates, AppOpsManager.OP_RUN_IN_BACKGROUND, in testUpgradeFromNoVersion()
1008 public static final int OP_RUN_IN_BACKGROUND = field in AppOpsManager1599 OP_RUN_IN_BACKGROUND, // RUN_IN_BACKGROUND
4111 final int idx = uidState.opModes.indexOfKey(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()4124 final Op op = ops.get(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()
2140 mAppOpsService.startWatchingMode(AppOpsManager.OP_RUN_IN_BACKGROUND, null, in setSystemProcess()2143 if (op == AppOpsManager.OP_RUN_IN_BACKGROUND && packageName != null) { in setSystemProcess()6297 int appop = getAppOpsManager().noteOpNoThrow(AppOpsManager.OP_RUN_IN_BACKGROUND, in appRestrictedInBackgroundLocked()