Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java528 final Drawable profileIcon = getIcon(this, PROFILE_ICON.get(deviceProfile)); in updateSingleDeviceUi() local
532 mProfileIcon.setImageDrawable(profileIcon); in updateSingleDeviceUi()
540 final Drawable profileIcon; in initUiForMultipleDevices() local
548 profileIcon = getIcon(this, PROFILE_ICON.get(deviceProfile)); in initUiForMultipleDevices()
561 mProfileIcon.setImageDrawable(profileIcon); in initUiForMultipleDevices()
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
H A DCreateModel.kt85 val profileIcon: Drawable?,
H A DCreateCredentialComponents.kt584 if (entryInfo is CreateOptionInfo && entryInfo.profileIcon != null) {
585 entryInfo.profileIcon.toBitmap().asImageBitmap()
590 entryInfo.profileIcon != null),
/aosp14/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
H A DDataConverter.kt662 profileIcon = createEntry.icon?.loadDrawable(context),