Home
last modified time | relevance | path

Searched refs:createLetterTile (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DConferenceProfileViewHolder.java70 mAvatar.setImageDrawable(TelecomUtils.createLetterTile(mContext, null, null)); in bind()
85 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bind()
DInCallFragment.java66 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
132 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView()
DOnHoldCallUserProfileFragment.java59 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java434 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync()
450 public static LetterTileDrawable createLetterTile( in createLetterTile() method
558 public static Icon createLetterTile(Context context, @Nullable String initials, in createLetterTile() method
560 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactDetailsViewHolder.java103 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind()
121 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind()
DContactDetailsFragment.java129 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged()
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DNotificationUtils.java50 largeIcon = TelecomUtils.createLetterTile(context, info.getInitials(), in getDisplayNameAndRoundedAvatar()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java232 public static Bitmap createLetterTile(Context context, @Nullable String initials, in createLetterTile() method in Utils
DBaseNotificationDelegate.java205 builder.setLargeIcon(TelecomUtils.createLetterTile(mContext, in postNotification()