Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java579 private IAppOpsService mIAppOpsService; field in StorageManagerService
1971 mIAppOpsService = IAppOpsService.Stub.asInterface( in servicesReady()
1992 mIAppOpsService.startWatchingMode(OP_REQUEST_INSTALL_PACKAGES, null, in servicesReady()
1994 mIAppOpsService.startWatchingMode(OP_LEGACY_STORAGE, null, mAppOpsCallback); in servicesReady()
2031 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, ai.uid, in snapshotAndMonitorLegacyStorageAppOp()
4321 if (mIAppOpsService.checkOperation( in getMountModeInternal()
4333 boolean hasLegacy = mIAppOpsService.checkOperation(OP_LEGACY_STORAGE, in getMountModeInternal()