/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 58 @nullable @utf8InCpp String profileName, in dexopt() 66 boolean mergeProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName); in mergeProfiles() 67 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName, in dumpProfiles() 70 @utf8InCpp String packageName, @utf8InCpp String profileName); in copySystemProfile() 71 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles() 75 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot() 76 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot() 107 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtManagerService.java | 258 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot() 294 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot() 411 String profileName = codePathsProfileNames.valueAt(i); in prepareAppProfiles() local 451 String profileName = packageProfileNames.valueAt(i); in clearAppProfiles() local 468 String profileName = packageProfileNames.valueAt(i); in dumpProfiles() local
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 310 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt() 326 public boolean mergeProfiles(int uid, String packageName, String profileName) in mergeProfiles() 336 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles() 348 String profileName) throws InstallerException { in copySystemProfile() 400 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles() 557 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot() 567 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot() 596 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
|
D | PackageDexOptimizer.java | 214 String profileName = ArtManager.getProfileName(i == 0 ? null : pkg.splitNames[i - 1]); in performDexOptLI() local 263 String profileName, String dexMetadataPath, int compilationReason) { in dexOptPath() 620 private boolean isProfileUpdated(PackageParser.Package pkg, int uid, String profileName, in isProfileUpdated()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManager.java | 225 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile() 238 String profileName, String stateChangedAction) { in addProfile() 244 String profileName, String stateChangedAction) { in addPanProfile()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfileConnector.java | 73 BluetoothProfileConnector(BluetoothProfile profile, int profileId, String profileName, in BluetoothProfileConnector()
|
/frameworks/base/core/java/android/content/pm/dex/ |
D | ArtManager.java | 211 public static File getProfileSnapshotFileForName(String packageName, String profileName) { in getProfileSnapshotFileForName()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 566 const std::string& profileName) { in clearAppProfiles() 2221 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() 2233 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() 2244 const std::string& profileName, bool* _aidl_return) { in mergeProfiles() 2254 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() 2265 const std::string& profileName) { in destroyProfileSnapshot() 2287 const std::optional<std::string>& profileName, in dexopt() 2989 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccProfileInfo.java | 319 String profileName, in EuiccProfileInfo()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 155 void setProfileName(in ComponentName who, String profileName); in setProfileName()
|
D | DevicePolicyManager.java | 6363 public void setProfileName(@NonNull ComponentName admin, String profileName) { in setProfileName()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ConnectivityService.java | 4795 String profileName = new String(profileTag); in updateLockdownVpn() local
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 8398 public void setProfileName(ComponentName who, String profileName) { in setProfileName()
|