Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl69 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() argument
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java347 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() argument
351 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName); in copySystemProfile()
/frameworks/native/cmds/installd/
DInstalldNativeService.h118 binder::Status copySystemProfile(const std::string& systemProfile,
DInstalldNativeService.cpp2232 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() argument
2238 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()