Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DTelecomUtils.java487 LetterTileDrawable letterTileDrawable = createLetterTile(context, initials, identifier); in setContactBitmapAsync()
503 public static LetterTileDrawable createLetterTile( in createLetterTile() method in TelecomUtils
618 public static Icon createLetterTile(Context context, @Nullable String initials, in createLetterTile() method in TelecomUtils
620 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
H A DInCallFragment.java77 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
147 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in updateProfileInfo()
H A DConferenceProfileViewHolder.java68 mAvatar.setImageDrawable(TelecomUtils.createLetterTile(mContext, null, null)); in bind()
H A DOnHoldCallUserProfileFragment.java64 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
H A DNotificationUtils.java50 largeIcon = TelecomUtils.createLetterTile(context, info.getInitials(), in getDisplayNameAndRoundedAvatar()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactDetailsViewHolder.java130 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind()
148 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind()
H A DContactDetailsFragment.java148 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged()
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DAvatarUtil.java116 return createLetterTile(context, name); in resolvePersonAvatar()
126 private static Bitmap createLetterTile(@NonNull Context context, @Nullable CharSequence name) { in createLetterTile() method in AvatarUtil
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/audio/
H A DInCallModel.java256 contactImage = TelecomUtils.createLetterTile(mContext, in updateModelWithContact()