Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl54 void moveCompleteApp(@nullable @utf8InCpp String fromUuid, @nullable @utf8InCpp String toUuid, in moveCompleteApp() method
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java382 public void moveCompleteApp(String fromUuid, String toUuid, String packageName, in moveCompleteApp() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1185 binder::Status InstalldNativeService::moveCompleteApp(const std::optional<std::string>& fromUuid, in moveCompleteApp() function in android::installd::InstalldNativeService