Searched refs:OP_RUN_IN_BACKGROUND (Results 1 – 4 of 4) sorted by relevance
137 assertSameModes(testService.mUidStates, AppOpsManager.OP_RUN_IN_BACKGROUND, in testUpgradeFromNoVersion()
770 public static final int OP_RUN_IN_BACKGROUND = 63; field in AppOpsManager1249 OP_RUN_IN_BACKGROUND, // RUN_IN_BACKGROUND
2841 final int idx = uidState.opModes.indexOfKey(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()2854 final Op op = ops.get(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()
2080 mAppOpsService.startWatchingMode(AppOpsManager.OP_RUN_IN_BACKGROUND, null, in setSystemProcess()2083 if (op == AppOpsManager.OP_RUN_IN_BACKGROUND && packageName != null) { in setSystemProcess()5956 int appop = mAppOpsService.noteOperation(AppOpsManager.OP_RUN_IN_BACKGROUND, in appRestrictedInBackgroundLocked()