Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageUserConnection.java120 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol) in notifyVolumeStateChanged() method in StorageUserConnection
131 mActiveConnection.notifyVolumeStateChanged(sessionId, vol); in notifyVolumeStateChanged()
414 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol) throws in notifyVolumeStateChanged() method
418 service.notifyVolumeStateChanged(sessionId, vol, callback)); in notifyVolumeStateChanged()
H A DStorageSessionController.java146 public void notifyVolumeStateChanged(VolumeInfo vol) throws ExternalStorageServiceException { in notifyVolumeStateChanged() method in StorageSessionController
158 connection.notifyVolumeStateChanged(sessionId, in notifyVolumeStateChanged()
/aosp14/frameworks/base/core/java/android/service/storage/
H A DIExternalStorageService.aidl31 void notifyVolumeStateChanged(@utf8InCpp String sessionId, in StorageVolume vol, in notifyVolumeStateChanged() method
H A DExternalStorageService.java209 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol, in notifyVolumeStateChanged() method in ExternalStorageService.ExternalStorageServiceWrapper
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1683 mStorageSessionController.notifyVolumeStateChanged(vol); in onVolumeStateChangedAsync()
1688 mCallbacks.notifyVolumeStateChanged(vol, oldState, newState); in onVolumeStateChangedAsync()
4523 private void notifyVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in notifyVolumeStateChanged() method in StorageManagerService.Callbacks