Home
last modified time | relevance | path

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

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