Home
last modified time | relevance | path

Searched defs:onPrivateVolumeRemoved (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl124 void onPrivateVolumeRemoved(@nullable @utf8InCpp String volumeUuid); in onPrivateVolumeRemoved() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java785 public void onPrivateVolumeRemoved(String volumeUuid) throws InstallerException { in onPrivateVolumeRemoved() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2962 binder::Status InstalldNativeService::onPrivateVolumeRemoved( in onPrivateVolumeRemoved() function in android::installd::InstalldNativeService