Home
last modified time | relevance | path

Searched refs:OP_RUN_IN_BACKGROUND (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java242 public static final int OP_RUN_IN_BACKGROUND = 63; field in AppOpsManager
489 OP_RUN_IN_BACKGROUND,
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2774 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()