Searched refs:copySystemProfile (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 64 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 329 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() method in Installer 333 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName); in copySystemProfile()
|
D | PackageManagerService.java | 9048 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(), 9084 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(),
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 98 binder::Status copySystemProfile(const std::string& systemProfile,
|
D | InstalldNativeService.cpp | 1896 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() function in android::installd::InstalldNativeService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 27618 HSPLandroid/os/IInstalld$Stub$Proxy;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/… 27633 HSPLandroid/os/IInstalld;->copySystemProfile(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String…
|