Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl38 void fixupAppData(@nullable @utf8InCpp String uuid, int flags); in fixupAppData() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java254 public void fixupAppData(String uuid, int flags) throws InstallerException { in fixupAppData() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp783 binder::Status InstalldNativeService::fixupAppData(const std::unique_ptr<std::string>& uuid, in fixupAppData() function in android::installd::InstalldNativeService