Searched refs:profileIcon (Results 1 – 4 of 4) sorted by relevance
528 final Drawable profileIcon = getIcon(this, PROFILE_ICON.get(deviceProfile)); in updateSingleDeviceUi() local532 mProfileIcon.setImageDrawable(profileIcon); in updateSingleDeviceUi()540 final Drawable profileIcon; in initUiForMultipleDevices() local548 profileIcon = getIcon(this, PROFILE_ICON.get(deviceProfile)); in initUiForMultipleDevices()561 mProfileIcon.setImageDrawable(profileIcon); in initUiForMultipleDevices()
85 val profileIcon: Drawable?,
584 if (entryInfo is CreateOptionInfo && entryInfo.profileIcon != null) {585 entryInfo.profileIcon.toBitmap().asImageBitmap()590 entryInfo.profileIcon != null),
662 profileIcon = createEntry.icon?.loadDrawable(context),