Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTracker.java294 IAppOpsService mIAppOpsService; field in BaseAppStateTracker.Injector
318 mIAppOpsService = IAppOpsService.Stub.asInterface( in onSystemReady()
393 return mIAppOpsService; in getIAppOpsService()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java574 private IAppOpsService mIAppOpsService; field in StorageManagerService
2101 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()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java300 @Mock private IAppOpsService mIAppOpsService; field in BackgroundRestrictionTest
2458 .when(mIAppOpsService) in setAppOpState()
3454 return BackgroundRestrictionTest.this.mIAppOpsService; in getIAppOpsService()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
DAlarmManagerServiceTest.java237 private IAppOpsService mIAppOpsService; field in AlarmManagerServiceTest
399 return mIAppOpsService; in getAppOpsService()
576 verify(mIAppOpsService).startWatchingMode(eq(OP_SCHEDULE_EXACT_ALARM), in setUp()