Searched refs:mIAppOpsService (Results 1 – 4 of 4) sorted by relevance
294 IAppOpsService mIAppOpsService; field in BaseAppStateTracker.Injector317 mIAppOpsService = IAppOpsService.Stub.asInterface( in onSystemReady()391 return mIAppOpsService; in getIAppOpsService()
561 private IAppOpsService mIAppOpsService; field in StorageManagerService2007 mIAppOpsService = IAppOpsService.Stub.asInterface( in servicesReady()2058 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, ai.uid, in snapshotAndMonitorLegacyStorageAppOp()4430 if (mIAppOpsService.checkOperation( in getMountModeInternal()4728 final int opMode = mIAppOpsService.checkOperation( in hasExternalStorageAccess()
298 @Mock private IAppOpsService mIAppOpsService; field in BackgroundRestrictionTest2450 .when(mIAppOpsService) in setAppOpState()3436 return BackgroundRestrictionTest.this.mIAppOpsService; in getIAppOpsService()
229 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest401 return mIAppOpsService; in getAppOpsService()548 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()