Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/attestationverification/
DAttestationProfile.java82 @Nullable String profileName) { in AttestationProfile()
124 public AttestationProfile(@NonNull String packageName, @NonNull String profileName) { in AttestationProfile()
259 String profileName = (flg & 0x4) == 0 ? null : in.readString(); in AttestationProfile() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl67 @nullable @utf8InCpp String profileName, in dexopt()
78 int mergeProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName); in mergeProfiles()
79 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName, in dumpProfiles()
82 @utf8InCpp String packageName, @utf8InCpp String profileName); in copySystemProfile()
83 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles()
85 void deleteReferenceProfile(@utf8InCpp String packageName, @utf8InCpp String profileName); in deleteReferenceProfile()
88 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot()
89 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot()
115 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtManagerService.java269 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot()
300 private void destroyProfileSnapshot(String packageName, String profileName) { in destroyProfileSnapshot()
416 String profileName = codePathsProfileNames.valueAt(i); in prepareAppProfiles() local
457 String profileName = packageProfileNames.valueAt(i); in clearAppProfiles() local
458 mInstaller.clearAppProfiles(pkg.getPackageName(), profileName); in clearAppProfiles() local
474 String profileName = packageProfileNames.valueAt(i); in dumpProfiles() local
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java615 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt()
657 public int mergeProfiles(int uid, String packageName, String profileName) in mergeProfiles()
670 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath, in dumpProfiles()
684 String profileName) throws InstallerException { in copySystemProfile()
717 public void clearAppProfiles(String packageName, String profileName) throws InstallerException { in clearAppProfiles()
739 public void deleteReferenceProfile(String packageName, String profileName) in deleteReferenceProfile()
883 public boolean createProfileSnapshot(int appId, String packageName, String profileName, in createProfileSnapshot()
893 public void destroyProfileSnapshot(String packageName, String profileName) in destroyProfileSnapshot()
955 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
DPackageDexOptimizer.java320 String profileName = ArtManager.getProfileName( in performDexOptLI() local
436 private boolean prepareCloudProfile(AndroidPackage pkg, String profileName, String path, in prepareCloudProfile()
441 mInstaller.deleteReferenceProfile(pkg.getPackageName(), profileName); in prepareCloudProfile() local
445 profileName, path, dexMetadataPath); in prepareCloudProfile() local
469 CompilerStats.PackageStats packageStats, boolean downgrade, String profileName, in dexOptPath()
1003 private int analyseProfiles(AndroidPackage pkg, int uid, String profileName, in analyseProfiles()
/frameworks/base/core/java/android/app/admin/
DManagedProfileProvisioningParams.java59 @Nullable String profileName, in ManagedProfileProvisioningParams()
204 public Builder setProfileName(@Nullable String profileName) { in setProfileName()
DIDevicePolicyManager.aidl184 void setProfileName(in ComponentName who, String profileName); in setProfileName()
DDevicePolicyManager.java9195 public void setProfileName(@NonNull ComponentName admin, String profileName) { in setProfileName()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java278 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()
291 String profileName, String stateChangedAction) { in addProfile()
297 String profileName, String stateChangedAction) { in addPanProfile()
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionDeviceActivity.java500 final String profileName = getString(R.string.profile_name_watch); in updateSingleDeviceUi() local
530 final String profileName; in initUiForMultipleDevices() local
/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java221 public static File getProfileSnapshotFileForName(String packageName, String profileName) { in getProfileSnapshotFileForName()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java320 String profileName, in EuiccProfileInfo()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1008 const std::string& profileName) { in clearAppProfiles()
1182 const std::string& profileName) { in deleteReferenceProfile()
3007 const std::string& profileName, in dumpProfiles()
3021 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile()
3032 const std::string& profileName, int* _aidl_return) { in mergeProfiles()
3042 const std::string& packageName, const std::string& profileName, in createProfileSnapshot()
3053 const std::string& profileName) { in destroyProfileSnapshot()
3076 const std::optional<std::string>& profileName, in dexopt()
3715 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
/frameworks/base/core/java/android/permission/
DPermissionControllerManager.java714 public void getPrivilegesDescriptionStringForProfile( in getPrivilegesDescriptionStringForProfile()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java492 String profileName = new String(profileTag); in updateLockdownVpn() local