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

/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl64 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid,
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java329 public boolean copySystemProfile(String systemProfile, int uid, String packageName, argument
333 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.h98 binder::Status copySystemProfile(const std::string& systemProfile,
H A DInstalldNativeService.cpp1896 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, argument
1902 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName);

Completed in 88 milliseconds