Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DTelecomUtils.java422 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync()
438 public static LetterTileDrawable createLetterTile( in createLetterTile() method
546 public static Icon createLetterTile(Context context, @Nullable String initials, in createLetterTile() method
548 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java66 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView()
DOnHoldCallUserProfileFragment.java57 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
/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.java127 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/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java303 LetterTileDrawable errorDrawable = TelecomUtils.createLetterTile(mContext, in updateNotificationWithIcon()
355 TelecomUtils.createLetterTile(mContext, in createNotification()
/packages/apps/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java158 public static Bitmap createLetterTile(Context context, @Nullable String initials, in createLetterTile() method in Utils
DBaseNotificationDelegate.java201 builder.setLargeIcon(Utils.createLetterTile(mContext, in postNotification()