Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/creation/
DCreateOptionInfo.kt33 val profileIcon: Drawable?, constant
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java486 final Drawable profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForSingleDevice() local
487 mProfileIcon.setImageDrawable(profileIcon); in initUiForSingleDevice()
508 final Drawable profileIcon; in initUiForMultipleDevices() local
516 profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForMultipleDevices()
529 mProfileIcon.setImageDrawable(profileIcon); in initUiForMultipleDevices()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/createflow/
DCreateCredentialComponents.kt521 iconImageBitmap = ((entryInfo as? CreateOptionInfo)?.profileIcon in PrimaryCreateOptionRow()
525 entryInfo.profileIcon != null), in PrimaryCreateOptionRow()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DDataConverter.kt511 profileIcon = createEntry.icon?.loadDrawable(context), in toSortedCreationOptionInfoList()