Searched refs:profileIcon (Results 1 – 4 of 4) sorted by relevance
33 val profileIcon: Drawable?, constant
486 final Drawable profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForSingleDevice() local487 mProfileIcon.setImageDrawable(profileIcon); in initUiForSingleDevice()508 final Drawable profileIcon; in initUiForMultipleDevices() local516 profileIcon = getIcon(this, PROFILE_ICONS.get(deviceProfile)); in initUiForMultipleDevices()529 mProfileIcon.setImageDrawable(profileIcon); in initUiForMultipleDevices()
521 iconImageBitmap = ((entryInfo as? CreateOptionInfo)?.profileIcon in PrimaryCreateOptionRow()525 entryInfo.profileIcon != null), in PrimaryCreateOptionRow()
511 profileIcon = createEntry.icon?.loadDrawable(context), in toSortedCreationOptionInfoList()