Home
last modified time | relevance | path

Searched refs:systemProfile (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java697 public boolean copySystemProfile(String systemProfile, int uid, String packageName, in copySystemProfile() argument
702 return mInstalld.copySystemProfile(systemProfile, uid, packageName, profileName); in copySystemProfile()