Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTracker.java294 IAppOpsService mIAppOpsService; field in BaseAppStateTracker.Injector
317 mIAppOpsService = IAppOpsService.Stub.asInterface( in onSystemReady()
391 return mIAppOpsService; in getIAppOpsService()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java561 private IAppOpsService mIAppOpsService; field in StorageManagerService
2007 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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java298 @Mock private IAppOpsService mIAppOpsService; field in BackgroundRestrictionTest
2450 .when(mIAppOpsService) in setAppOpState()
3436 return BackgroundRestrictionTest.this.mIAppOpsService; in getIAppOpsService()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DAlarmManagerServiceTest.java229 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest
401 return mIAppOpsService; in getAppOpsService()
548 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()