/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/ |
D | InCallFragment.java | 40 import com.android.car.telephony.common.TelecomUtils; 66 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate() 102 mNameView.setText(TelecomUtils.getFormattedNumber(getContext(), number)); in bindUserProfileView() 106 mPhoneNumberInfoFuture = TelecomUtils.getPhoneNumberInfo(getContext(), number) in bindUserProfileView() 118 phoneNumberLabel += TelecomUtils.getFormattedNumber(getContext(), number); in bindUserProfileView() 127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile( in bindUserProfileView() 168 TelecomUtils.callStateToUiString(getContext(), in updateCallDescription()
|
D | OnHoldCallUserProfileFragment.java | 37 import com.android.car.telephony.common.TelecomUtils; 57 mDefaultAvatar = TelecomUtils.createLetterTile(getContext(), null, null); in onCreate() 92 mTitle.setText(TelecomUtils.getFormattedNumber(getContext(), number)); in updateProfile() 95 mPhoneNumberInfoFuture = TelecomUtils.getPhoneNumberInfo(getContext(), number) in updateProfile() 98 TelecomUtils.setContactBitmapAsync(getContext(), mAvatarView, in updateProfile()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/ |
D | NotificationUtils.java | 29 import com.android.car.telephony.common.TelecomUtils; 42 return TelecomUtils.getPhoneNumberInfo(context, number) in getDisplayNameAndRoundedAvatar() 50 largeIcon = TelecomUtils.createLetterTile(context, info.getInitials(), in getDisplayNameAndRoundedAvatar() 72 return TelecomUtils in loadContactAvatar()
|
D | NotificationService.java | 29 import com.android.car.telephony.common.TelecomUtils; 82 TelecomUtils.markCallLogAsRead(getApplicationContext(), callId); in onStartCommand() 86 TelecomUtils.markCallLogAsRead(getApplicationContext(), callId); in onStartCommand() 89 TelecomUtils.markCallLogAsRead(getApplicationContext(), callId); in onStartCommand()
|
/packages/apps/Car/Cluster/src/android/car/cluster/ |
D | PhoneNumberInfoLiveData.java | 23 import com.android.car.telephony.common.TelecomUtils; 24 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo; 38 mCurrentFuture = TelecomUtils.getPhoneNumberInfo(context, number) in PhoneNumberInfoLiveData()
|
D | PhoneFragment.java | 32 import com.android.car.telephony.common.TelecomUtils; 63 TelecomUtils.setContactBitmapAsync(getContext(), in onCreateView()
|
D | PhoneFragmentViewModel.java | 31 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo;
|
D | SelfRefreshDescriptionLiveData.java | 26 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo;
|
/packages/apps/Car/Messenger/src/com/android/car/messenger/ |
D | MessengerDelegate.java | 32 import com.android.car.telephony.common.TelecomUtils; 303 LetterTileDrawable errorDrawable = TelecomUtils.createLetterTile(mContext, in updateNotificationWithIcon() 306 mPhoneNumberInfoFuture = TelecomUtils.getPhoneNumberInfo(mContext, phoneNumber) in updateNotificationWithIcon() 322 Icon avatarIcon = TelecomUtils in updateNotificationWithIcon() 355 TelecomUtils.createLetterTile(mContext, in createNotification() 356 TelecomUtils.getInitials(notificationInfo.mSenderName, ""), in createNotification()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/ |
D | ContactResultViewHolder.java | 34 import com.android.car.telephony.common.TelecomUtils; 75 TelecomUtils.setContactBitmapAsync(mContext, mContactPicture, contact); in bindSearchResult() 97 TelecomUtils.setContactBitmapAsync(mContext, mContactPicture, contact); in bindTypeDownResult()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/ |
D | ContactDetailsViewHolder.java | 41 import com.android.car.telephony.common.TelecomUtils; 103 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, null, null); in bind() 121 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(context, in bind()
|
D | ContactListViewHolder.java | 34 import com.android.car.telephony.common.TelecomUtils; 68 TelecomUtils.setContactBitmapAsync(mAvatarView.getContext(), mAvatarView, contact); in bind()
|
D | ContactDetailsFragment.java | 38 import com.android.car.telephony.common.TelecomUtils; 127 LetterTileDrawable letterTile = TelecomUtils.createLetterTile(getContext(), in onContactChanged()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/ |
D | UiCallLogLiveData.java | 42 import com.android.car.telephony.common.TelecomUtils; 153 if (TelecomUtils.isVoicemailNumber(mContext, number)) { in convert() 203 title = TelecomUtils.getFormattedNumber(mContext, number); in convert()
|
D | DialerUtils.java | 29 import com.android.car.telephony.common.TelecomUtils; 119 TelecomUtils.setAsPrimaryPhoneNumber(context, phoneNumber); in promptForPrimaryNumber()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/dialpad/ |
D | DialpadFragmentTest.java | 46 import com.android.car.telephony.common.TelecomUtils; 259 expectedText = TelecomUtils.getFormattedNumber(mDialpadFragment.getContext(), expectedText); in verifyTitleText() 261 TelecomUtils.getFormattedNumber(mDialpadFragment.getContext(), null); in verifyTitleText()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/ |
D | DialpadFragment.java | 45 import com.android.car.telephony.common.TelecomUtils; 247 TelecomUtils.getFormattedNumber(getContext(), number.toString())); in presentDialedNumber() 288 TelecomUtils.setContactBitmapAsync(getContext(), mAvatar, contact); in presentContactDetail()
|
D | InCallDialpadFragment.java | 36 import com.android.car.telephony.common.TelecomUtils; 78 mCallStateView.setText(TelecomUtils.callStateToUiString( in onCreateView()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/ |
D | FavoriteContactViewHolder.java | 34 import com.android.car.telephony.common.TelecomUtils; 87 TelecomUtils.setContactBitmapAsync(context, mIcon, contact); in onBind()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/ |
D | CallLogViewHolder.java | 35 import com.android.car.telephony.common.TelecomUtils; 74 TelecomUtils.setContactBitmapAsync( in bind()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/ |
D | UiCallManager.java | 41 import com.android.car.telephony.common.TelecomUtils; 317 String voicemailNumber = TelecomUtils.getVoicemailNumber(mContext); in callVoicemail()
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | Contact.java | 347 if (TelecomUtils.isVoicemailNumber(context, newNumber.getNumber())) { in addPhoneNumber() 446 mInitials = TelecomUtils.getInitials(mDisplayName, mDisplayNameAlt); in getInitials()
|
D | TelecomUtils.java | 66 public class TelecomUtils { class 548 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile()
|
D | I18nPhoneNumberWrapper.java | 163 Phonenumber.PhoneNumber i18nPhoneNumber = TelecomUtils.createI18nPhoneNumber(context, in create()
|