Searched refs:systemProfile (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 60 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 313 public boolean copySystemProfile(String systemProfile, int uid, String packageName) in copySystemProfile() argument 317 return mInstalld.copySystemProfile(systemProfile, uid, packageName); in copySystemProfile()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 94 binder::Status copySystemProfile(const std::string& systemProfile,
|
D | InstalldNativeService.cpp | 1810 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() argument 1815 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName); in copySystemProfile()
|