Searched refs:mIAppOpsService (Results 1 – 4 of 4) sorted by relevance
294 IAppOpsService mIAppOpsService; field in BaseAppStateTracker.Injector318 mIAppOpsService = IAppOpsService.Stub.asInterface( in onSystemReady()393 return mIAppOpsService; in getIAppOpsService()
574 private IAppOpsService mIAppOpsService; field in StorageManagerService2101 mIAppOpsService = IAppOpsService.Stub.asInterface( in servicesReady()2152 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, ai.uid, in snapshotAndMonitorLegacyStorageAppOp()4577 if (mIAppOpsService.checkOperation( in getMountModeInternal()4887 final int opMode = mIAppOpsService.checkOperation( in hasExternalStorageAccess()
300 @Mock private IAppOpsService mIAppOpsService; field in BackgroundRestrictionTest2458 .when(mIAppOpsService) in setAppOpState()3454 return BackgroundRestrictionTest.this.mIAppOpsService; in getIAppOpsService()
237 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest399 return mIAppOpsService; in getAppOpsService()576 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()