Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl75 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() argument
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java540 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() argument
544 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName); in copySystemProfile()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.h131 binder::Status copySystemProfile(const std::string& systemProfile,
H A DInstalldNativeService.cpp2360 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() argument
2366 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()