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()
784 public static final int OP_RUN_IN_BACKGROUND = 63; field in AppOpsManager1284 OP_RUN_IN_BACKGROUND, // RUN_IN_BACKGROUND
2890 final int idx = uidState.opModes.indexOfKey(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()2903 final Op op = ops.get(AppOpsManager.OP_RUN_IN_BACKGROUND); in upgradeRunAnyInBackgroundLocked()
2091 mAppOpsService.startWatchingMode(AppOpsManager.OP_RUN_IN_BACKGROUND, null, in setSystemProcess()2094 if (op == AppOpsManager.OP_RUN_IN_BACKGROUND && packageName != null) { in setSystemProcess()5985 int appop = mAppOpsService.noteOperation(AppOpsManager.OP_RUN_IN_BACKGROUND, in appRestrictedInBackgroundLocked()