Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java585 private final StorageSessionController mStorageSessionController; field in StorageManagerService
1064 mStorageSessionController.onReset(mVold, () -> { in resetIfBootedAndConnected()
1182 mStorageSessionController.onUnlockUser(userId); in onUnlockUser()
1242 mStorageSessionController.onUserStopping(userId); in onStopUser()
1445 mStorageSessionController.onVolumeRemove(vol);
1683 mStorageSessionController.notifyVolumeStateChanged(vol); in onVolumeStateChangedAsync()
1868 mStorageSessionController = new StorageSessionController(mContext); in StorageManagerService()
2271 mStorageSessionController.onVolumeMount(pfd, vol); in mount()
2317 mStorageSessionController.onVolumeUnmount(vol); in unmount()
3445 return mStorageSessionController.isAppIoBlocked(uid); in isAppIoBlocked()
[all …]