Searched defs:notifyVolumeStateChange (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DMountService.java439 notifyVolumeStateChange(null, "/sdcard", VolumeState.NoMedia, VolumeState.Mounted);
458 notifyVolumeStateChange(null, path, VolumeState.NoMedia, VolumeState.Shared);
645 notifyVolumeStateChange(
727 private void notifyVolumeStateChange(String label, String path, int oldState, int newState) { method in class:MountService

Completed in 16 milliseconds