Searched defs:notifyVolumeStateChanged (Results 1 – 5 of 5) sorted by relevance
31 void notifyVolumeStateChanged(@utf8InCpp String sessionId, in StorageVolume vol, in notifyVolumeStateChanged() method
209 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol, in notifyVolumeStateChanged() method in ExternalStorageService.ExternalStorageServiceWrapper
120 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol) in notifyVolumeStateChanged() method in StorageUserConnection414 public void notifyVolumeStateChanged(String sessionId, StorageVolume vol) throws in notifyVolumeStateChanged() method
147 public void notifyVolumeStateChanged(VolumeInfo vol) throws ExternalStorageServiceException { in notifyVolumeStateChanged() method in StorageSessionController
4682 private void notifyVolumeStateChanged(VolumeInfo vol, int oldState, int newState) { in notifyVolumeStateChanged() method in StorageManagerService.Callbacks