Searched refs:OP_RUN_IN_BACKGROUND (Results 1 – 2 of 2) sorted by relevance
242 public static final int OP_RUN_IN_BACKGROUND = 63; field in AppOpsManager489 OP_RUN_IN_BACKGROUND,
2774 mAppOpsService.startWatchingMode(AppOpsManager.OP_RUN_IN_BACKGROUND, null, in ActivityManagerService()2777 if (op == AppOpsManager.OP_RUN_IN_BACKGROUND && packageName != null) { in ActivityManagerService()8382 int appop = mAppOpsService.noteOperation(AppOpsManager.OP_RUN_IN_BACKGROUND, in appRestrictedInBackgroundLocked()