Searched refs:TARGET_OP (Results 1 – 2 of 2) sorted by relevance
86 static final int TARGET_OP = AppOpsManager.OP_RUN_ANY_IN_BACKGROUND; field in AppStateTracker442 mAppOpsService.startWatchingMode(TARGET_OP, null, in onSystemServicesReady()520 new int[] {TARGET_OP}); in refreshForcedAppStandbyUidPackagesLocked()532 if (ent.getOp() != TARGET_OP) { in refreshForcedAppStandbyUidPackagesLocked()666 restricted = mAppOpsService.checkOperation(TARGET_OP, in opChanged()
21 import static com.android.server.AppStateTracker.TARGET_OP;219 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()695 AppStateTracker.TARGET_OP, in loadPersistedAppOps()704 AppStateTracker.TARGET_OP, in loadPersistedAppOps()713 AppStateTracker.TARGET_OP, in loadPersistedAppOps()722 AppStateTracker.TARGET_OP, in loadPersistedAppOps()