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

/frameworks/base/services/java/com/android/server/
H A DMountService.java472 notifyVolumeStateChange(null, "/sdcard", VolumeState.NoMedia,
511 notifyVolumeStateChange(null, path, VolumeState.NoMedia,
518 notifyVolumeStateChange(null,
700 notifyVolumeStateChange(
776 private void notifyVolumeStateChange(String label, String path, int oldState, int newState) { method in class:MountService

Completed in 26 milliseconds