Searched refs:mIAppOpsService (Results 1 – 2 of 2) sorted by relevance
586 private IAppOpsService mIAppOpsService; field in StorageManagerService2014 mIAppOpsService = IAppOpsService.Stub.asInterface( in servicesReady()2065 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, ai.uid, in snapshotAndMonitorLegacyStorageAppOp()4425 if (mIAppOpsService.checkOperation( in getMountModeInternal()4720 if (mIAppOpsService.checkOperation( in hasExternalStorageAccess()
205 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest361 return mIAppOpsService; in getAppOpsService()480 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()