Searched refs:TelecomUtils (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/homescreen/audio/ |
D | InCallModelTest.java | 39 import com.android.car.telephony.common.TelecomUtils; 108 String formattedNumber = TelecomUtils.getFormattedNumber( in updateModelWithPhoneNumber_active_setsPhoneNumberAndSubtitle() 121 String formattedNumber = TelecomUtils.getFormattedNumber( in updateModelWithPhoneNumber_dialing_setsPhoneNumberAndSubtitle() 129 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_active_noAvatarUri_setsContactNameAndInitialsIcon() 145 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_active_invalidAvatarUri_setsContactNameAndInitialsIcon() 160 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_dialing_setsCardContent()
|
/packages/apps/Car/Cluster/DirectRenderingCluster/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/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/ |
D | InCallModel.java | 50 import com.android.car.telephony.common.TelecomUtils; 298 String formattedNumber = TelecomUtils.getFormattedNumber(mContext, number); in updateModelWithPhoneNumber() 309 void updateModelWithContact(TelecomUtils.PhoneNumberInfo phoneNumberInfo, in updateModelWithContact() 324 initials = TelecomUtils.getInitials(contactName); in updateModelWithContact() 343 contactImage = TelecomUtils.createLetterTile(mContext, initials, contactName); in updateModelWithContact() 379 mPhoneNumberInfoFuture = TelecomUtils.getPhoneNumberInfo(mContext, in handleActiveCall()
|
/packages/apps/Car/VoiceControl/src/com/android/car/ |
D | TelecomUtils.java | 36 public class TelecomUtils { class 44 public TelecomUtils(Context context) { in TelecomUtils() method in TelecomUtils
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | VoicePlateActivity.java | 39 import com.android.car.TelecomUtils; 67 private TelecomUtils mTelecomUtils; 86 mTelecomUtils = new TelecomUtils(getApplicationContext()); in onCreate()
|