Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl58 boolean mergeProfiles(int uid, @utf8InCpp String packageName); in mergeProfiles() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java294 public boolean mergeProfiles(int uid, String packageName) throws InstallerException { in mergeProfiles() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1820 binder::Status InstalldNativeService::mergeProfiles(int32_t uid, const std::string& packageName, in mergeProfiles() function in android::installd::InstalldNativeService