Searched defs:prepareAppProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java571 public boolean prepareAppProfile(String pkg, @UserIdInt int userId, @AppIdInt int appId, method in class:Installer
575 return mInstalld.prepareAppProfile(pkg, userId, appId, profileName, codePath,
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2664 binder::Status InstalldNativeService::prepareAppProfile(const std::string& packageName, function in class:android::installd::InstalldNativeService

Completed in 86 milliseconds