Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java623 private final StorageSessionController mStorageSessionController; field in StorageManagerService
1105 mStorageSessionController.onReset(mVold, () -> { in resetIfBootedAndConnected()
1205 mStorageSessionController.onUnlockUser(userId); in onUnlockUser()
1266 mStorageSessionController.onUserStopping(userId); in onStopUser()
1503 mStorageSessionController.onVolumeRemove(vol);
1717 mStorageSessionController.notifyVolumeStateChanged(vol); in onVolumeStateChangedAsync()
1885 mStorageSessionController = new StorageSessionController(mContext); in StorageManagerService()
2284 mStorageSessionController.onVolumeMount(pfd, vol); in mount()
2328 mStorageSessionController.onVolumeUnmount(vol); in unmount()
3491 return mStorageSessionController.isAppIoBlocked(uid); in isAppIoBlocked()
[all …]