Searched refs:systemProfile (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl60 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid,
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java313 public boolean copySystemProfile(String systemProfile, int uid, String packageName) argument
317 return mInstalld.copySystemProfile(systemProfile, uid, packageName);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h94 binder::Status copySystemProfile(const std::string& systemProfile,
H A DInstalldNativeService.cpp1810 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, argument
1815 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName);

Completed in 213 milliseconds