Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2470 mCallbacks.notifyVolumeForgotten(fsUuid); in forgetVolume()
2494 mCallbacks.notifyVolumeForgotten(fsUuid); in forgetAllVolumes()
4532 private void notifyVolumeForgotten(String fsUuid) { in notifyVolumeForgotten() method in StorageManagerService.Callbacks