Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java581 private final StorageManagerInternalImpl mStorageManagerInternal field in StorageManagerService
1104 mStorageManagerInternal.onReset(mVold); in resetIfBootedAndConnected()
1750 mStorageManagerInternal.mCloudProviderChangeListeners) { in onCloudMediaProviderChangedAsync()
1909 LocalServices.addService(StorageManagerInternal.class, mStorageManagerInternal); in StorageManagerService()
3374 if (!mStorageManagerInternal.hasExternalStorageAccess(originalUid, in getManageSpaceActivityIntent()
3721 && !mStorageManagerInternal.hasExternalStorageAccess(callingUid, in getVolumeList()
3742 storagePermission = mStorageManagerInternal.hasExternalStorage(callingUid, in getVolumeList()
4366 return mStorageManagerInternal.getExternalStorageMountMode(uid, packageName); in getExternalStorageMountMode()
4394 if (mStorageManagerInternal.isExternalStorageService(uid)) { in getMountModeInternal()