Searched refs:storageManagerInternal (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessList.java | 1855 StorageManagerInternal storageManagerInternal = LocalServices.getService( 1857 mountExternal = storageManagerInternal.getExternalStorageMountMode(uid, 1859 externalStorageAccess = storageManagerInternal.hasExternalStorageAccess(uid, 2305 private boolean needsStorageDataIsolation(StorageManagerInternal storageManagerInternal, 2309 && !storageManagerInternal.isExternalStorageService(app.uid) 2372 StorageManagerInternal storageManagerInternal = LocalServices.getService( 2374 if (needsStorageDataIsolation(storageManagerInternal, app)) { 2377 if (pkgDataInfoMap != null && storageManagerInternal.isFuseMounted(userId)) { 2438 storageManagerInternal.prepareStorageDirs(userId, pkgDataInfoMap.keySet(),
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2753 final StorageManagerInternal storageManagerInternal = in notifyOpChangedSync() local 2755 if (storageManagerInternal != null) { in notifyOpChangedSync() 2756 storageManagerInternal.onAppOpsChanged(code, uid, packageName, mode, previousMode); in notifyOpChangedSync()
|