Home
last modified time | relevance | path

Searched refs:onPrivateVolumeRemoved (Results 1 – 5 of 5) 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
760 mInstalld.onPrivateVolumeRemoved(volumeUuid); in onPrivateVolumeRemoved()
/frameworks/native/cmds/installd/
DInstalldNativeService.h194 binder::Status onPrivateVolumeRemoved(const std::optional<std::string>& volumeUuid);
DInstalldNativeService.cpp3815 binder::Status InstalldNativeService::onPrivateVolumeRemoved( in onPrivateVolumeRemoved() function in android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1541 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid());
2406 mInstaller.onPrivateVolumeRemoved(vol.getFsUuid()); in unmount()