Searched refs:mergeProfiles (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl58 boolean mergeProfiles(int uid, @utf8InCpp String packageName);
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java294 public boolean mergeProfiles(int uid, String packageName) throws InstallerException { method in class:Installer
297 return mInstalld.mergeProfiles(uid, packageName);
H A DPackageDexOptimizer.java530 return mInstaller.mergeProfiles(uid, pkg.packageName);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h91 binder::Status mergeProfiles(int32_t uid, const std::string& packageName, bool* _aidl_return);
H A DInstalldNativeService.cpp1790 binder::Status InstalldNativeService::mergeProfiles(int32_t uid, const std::string& packageName, function in class:android::installd::InstalldNativeService

Completed in 802 milliseconds