Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl69 boolean copySystemProfile(@utf8InCpp String systemProfile, int uid, in copySystemProfile() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java347 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() method in Installer
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2232 binder::Status InstalldNativeService::copySystemProfile(const std::string& systemProfile, in copySystemProfile() function in android::installd::InstalldNativeService