Home
last modified time | relevance | path

Searched defs:profileName (Results 1 – 17 of 17) 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()
76 int mergeProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName); in mergeProfiles()
77 boolean dumpProfiles(int uid, @utf8InCpp String packageName, @utf8InCpp String profileName, in dumpProfiles()
80 @utf8InCpp String packageName, @utf8InCpp String profileName); in copySystemProfile()
81 void clearAppProfiles(@utf8InCpp String packageName, @utf8InCpp String profileName); in clearAppProfiles()
83 void deleteReferenceProfile(@utf8InCpp String packageName, @utf8InCpp String profileName); in deleteReferenceProfile()
86 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot()
87 void destroyProfileSnapshot(@utf8InCpp String packageName, @utf8InCpp String profileName); in destroyProfileSnapshot()
113 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/core/java/android/app/admin/
DManagedProfileProvisioningParams.java59 @Nullable String profileName, in ManagedProfileProvisioningParams()
204 public Builder setProfileName(@Nullable String profileName) { in setProfileName()
DIDevicePolicyManager.aidl196 void setProfileName(in ComponentName who, String profileName); in setProfileName()
DDevicePolicyManager.java10241 public void setProfileName(@NonNull ComponentName admin, String profileName) { in setProfileName()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManager.java289 private void addHeadsetProfile(LocalBluetoothProfile profile, String profileName, in addHeadsetProfile()
302 String profileName, String stateChangedAction) { in addProfile()
308 String profileName, String stateChangedAction) { in addPanProfile()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java317 String profileName = ArtManager.getProfileName( in performDexOptLI() local
442 private boolean prepareCloudProfile(AndroidPackage pkg, String profileName, String path, in prepareCloudProfile()
469 CompilerStats.PackageStats packageStats, boolean downgrade, String profileName, in dexOptPath()
789 private int analyseProfiles(AndroidPackage pkg, int uid, String profileName, in analyseProfiles()
DInstaller.java599 @Nullable String profileName, @Nullable String dexMetadataPath, in dexopt()
/frameworks/base/core/java/android/content/pm/dex/
DArtManager.java221 public static File getProfileSnapshotFileForName(String packageName, String profileName) { in getProfileSnapshotFileForName()
/frameworks/base/services/tests/VpnTests/java/com/android/server/net/
DLockdownVpnTrackerTest.java106 final String profileName = "testVpnProfile"; in createTestVpnProfile() local
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1162 const std::string& profileName) { in clearAppProfiles()
1344 const std::string& profileName) { in deleteReferenceProfile()
3192 const std::string& profileName, in dumpProfiles()
3206 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile()
3229 const std::string& profileName, int* _aidl_return) { in mergeProfiles()
3239 const std::string& packageName, const std::string& profileName, in createProfileSnapshot()
3250 const std::string& profileName) { in destroyProfileSnapshot()
3273 const std::optional<std::string>& profileName, in dexopt()
3906 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java330 String profileName, in EuiccProfileInfo()
/frameworks/base/services/tests/VpnTests/java/com/android/server/
DVpnManagerServiceTest.java299 private void setupVpnProfile(String profileName) { in setupVpnProfile()
/frameworks/native/vulkan/vkprofiles/generated/
Dvulkan_profiles.h180 char profileName[VP_MAX_PROFILE_NAME_SIZE]; member
/frameworks/base/core/java/android/permission/
DPermissionControllerManager.java720 public void getPrivilegesDescriptionStringForProfile( in getPrivilegesDescriptionStringForProfile()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java503 String profileName = new String(profileTag); in updateLockdownVpn() local
/frameworks/base/services/core/java/com/android/server/media/quality/
DMediaQualityService.java1838 String profileName = arr[0]; in onStreamStatusChanged() local