Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java586 private IAppOpsService mIAppOpsService; field in StorageManagerService
2014 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()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java205 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest
361 return mIAppOpsService; in getAppOpsService()
480 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()