Home
last modified time | relevance | path

Searched defs:profileName (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl55 @nullable @utf8InCpp String profileName, in dexopt()
63 boolean mergeProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName); in mergeProfiles()
64 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName, in dumpProfiles()
67 @utf8InCpp String packageName, @utf8InCpp String profileName); in copySystemProfile()
68 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles()
72 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot()
73 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot()
105 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java258 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot()
294 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot()
407 String profileName = codePathsProfileNames.valueAt(i); in prepareAppProfiles() local
447 String profileName = packageProfileNames.valueAt(i); in clearAppProfiles() local
464 String profileName = packageProfileNames.valueAt(i); in dumpProfiles() local
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java307 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt()
323 public boolean mergeProfiles(int uid, String packageName, String profileName) in mergeProfiles()
333 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles()
345 String profileName) throws InstallerException { in copySystemProfile()
397 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles()
564 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot()
574 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot()
603 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
DPackageDexOptimizer.java216 String profileName = ArtManager.getProfileName(i == 0 ? null : pkg.splitNames[i - 1]); in performDexOptLI() local
265 String profileName, String dexMetadataPath, int compilationReason) { in dexOptPath()
625 private boolean isProfileUpdated(PackageParser.Package pkg, int uid, String profileName, in isProfileUpdated()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java224 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()
237 String profileName, String stateChangedAction) { in addProfile()
243 String profileName, String stateChangedAction) { in addPanProfile()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfileConnector.java73 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java211 public static File getProfileSnapshotFileForName(String packageName, String profileName) { in getProfileSnapshotFileForName()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp531 const std::string& profileName) { in clearAppProfiles()
2031 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles()
2043 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile()
2054 const std::string& profileName, bool* _aidl_return) { in mergeProfiles()
2064 const std::string& packageName, const std::string& profileName, in createProfileSnapshot()
2075 const std::string& profileName) { in destroyProfileSnapshot()
2097 const std::unique_ptr<std::string>& profileName, in dexopt()
2807 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
/frameworks/base/core/java/android/service/euicc/
DEuiccProfileInfo.java315 String profileName, in EuiccProfileInfo()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl155 void setProfileName(in ComponentName who, String profileName); in setProfileName()
DDevicePolicyManager.java6341 public void setProfileName(@NonNull ComponentName admin, String profileName) { in setProfileName()
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java4482 String profileName = new String(profileTag); in updateLockdownVpn() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java8389 public void setProfileName(ComponentName who, String profileName) { in setProfileName()