Searched refs:copySystemProfile (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 75 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 540 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() method in Installer 544 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName); in copySystemProfile()
|
H A D | PackageManagerService.java | 12690 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(), in performDexOptUpgrade() 12727 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(), in performDexOptUpgrade()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.h | 131 binder::Status copySystemProfile(const std::string& systemProfile,
|
H A D | InstalldNativeService.cpp | 2360 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() function in android::installd::InstalldNativeService
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39703 Landroid/os/IInstalld$Stub$Proxy;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/lan… 39786 Landroid/os/IInstalld;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Z
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 29616 PLcom/android/server/pm/Installer;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/la…
|