Home
last modified time | relevance | path

Searched refs:TelecomUtils (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java40 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()
DOnHoldCallUserProfileFragment.java37 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/
DNotificationUtils.java29 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()
DNotificationService.java29 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/
DPhoneNumberInfoLiveData.java23 import com.android.car.telephony.common.TelecomUtils;
24 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo;
38 mCurrentFuture = TelecomUtils.getPhoneNumberInfo(context, number) in PhoneNumberInfoLiveData()
DPhoneFragment.java32 import com.android.car.telephony.common.TelecomUtils;
63 TelecomUtils.setContactBitmapAsync(getContext(), in onCreateView()
DPhoneFragmentViewModel.java31 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo;
DSelfRefreshDescriptionLiveData.java26 import com.android.car.telephony.common.TelecomUtils.PhoneNumberInfo;
/packages/apps/Car/Messenger/src/com/android/car/messenger/
DMessengerDelegate.java32 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/
DContactResultViewHolder.java34 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/
DContactDetailsViewHolder.java41 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()
DContactListViewHolder.java34 import com.android.car.telephony.common.TelecomUtils;
68 TelecomUtils.setContactBitmapAsync(mAvatarView.getContext(), mAvatarView, contact); in bind()
DContactDetailsFragment.java38 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/
DUiCallLogLiveData.java42 import com.android.car.telephony.common.TelecomUtils;
153 if (TelecomUtils.isVoicemailNumber(mContext, number)) { in convert()
203 title = TelecomUtils.getFormattedNumber(mContext, number); in convert()
DDialerUtils.java29 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/
DDialpadFragmentTest.java46 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/
DDialpadFragment.java45 import com.android.car.telephony.common.TelecomUtils;
247 TelecomUtils.getFormattedNumber(getContext(), number.toString())); in presentDialedNumber()
288 TelecomUtils.setContactBitmapAsync(getContext(), mAvatar, contact); in presentContactDetail()
DInCallDialpadFragment.java36 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/
DFavoriteContactViewHolder.java34 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/
DCallLogViewHolder.java35 import com.android.car.telephony.common.TelecomUtils;
74 TelecomUtils.setContactBitmapAsync( in bind()
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiCallManager.java41 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/
DContact.java347 if (TelecomUtils.isVoicemailNumber(context, newNumber.getNumber())) { in addPhoneNumber()
446 mInitials = TelecomUtils.getInitials(mDisplayName, mDisplayNameAlt); in getInitials()
DTelecomUtils.java66 public class TelecomUtils { class
548 LetterTileDrawable letterTileDrawable = TelecomUtils.createLetterTile(context, initials, in createLetterTile()
DI18nPhoneNumberWrapper.java163 Phonenumber.PhoneNumber i18nPhoneNumber = TelecomUtils.createI18nPhoneNumber(context, in create()