Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java1774 StorageManagerInternal storageManagerInternal = LocalServices.getService(
1776 mountExternal = storageManagerInternal.getExternalStorageMountMode(uid,
1778 externalStorageAccess = storageManagerInternal.hasExternalStorageAccess(uid,
2275 private boolean needsStorageDataIsolation(StorageManagerInternal storageManagerInternal,
2279 && !storageManagerInternal.isExternalStorageService(app.uid)
2359 StorageManagerInternal storageManagerInternal = LocalServices.getService(
2361 if (needsStorageDataIsolation(storageManagerInternal, app)) {
2364 if (pkgDataInfoMap != null && storageManagerInternal.isFuseMounted(userId)) {
2455 storageManagerInternal.prepareStorageDirs(userId, pkgDataInfoMap.keySet(),
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1929 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync() local
1931 if (storageManagerInternal != null) { in notifyOpChangedSync()
1932 storageManagerInternal.onAppOpsChanged(code, uid, packageName, mode, previousMode); in notifyOpChangedSync()