Home
last modified time | relevance | path

Searched defs:copySystemProfile (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl75 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
/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() method in Installer
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2360 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() function in android::installd::InstalldNativeService