Searched refs:storageManagerInternal (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 1887 StorageManagerInternal storageManagerInternal = LocalServices.getService( 1889 mountExternal = storageManagerInternal.getExternalStorageMountMode(uid, 1891 externalStorageAccess = storageManagerInternal.hasExternalStorageAccess(uid, 2401 private boolean needsStorageDataIsolation(StorageManagerInternal storageManagerInternal, 2405 && !storageManagerInternal.isExternalStorageService(app.uid) 2485 StorageManagerInternal storageManagerInternal = LocalServices.getService( 2487 if (needsStorageDataIsolation(storageManagerInternal, app)) { 2490 if (pkgDataInfoMap != null && storageManagerInternal.isFuseMounted(userId)) { 2600 storageManagerInternal.prepareStorageDirs(userId, pkgDataInfoMap.keySet(),
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 2320 final StorageManagerInternal storageManagerInternal = in notifyStorageManagerOpModeChangedSync() local 2322 if (storageManagerInternal != null) { in notifyStorageManagerOpModeChangedSync() 2323 storageManagerInternal.onAppOpsChanged(code, uid, packageName, mode, previousMode); in notifyStorageManagerOpModeChangedSync()
|