Home
last modified time | relevance | path

Searched refs:phoneInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/homescreen/audio/
DInCallModelTest.java108 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_noAvatarUri_setsContactNameAndInitialsIcon() local
111 mInCallModel.updateModelWithContact(phoneInfo); in updateModelWithContact_noAvatarUri_setsContactNameAndInitialsIcon()
124 TelecomUtils.PhoneNumberInfo phoneInfo = new TelecomUtils.PhoneNumberInfo(PHONE_NUMBER, in updateModelWithContact_invalidAvatarUri_setsContactNameAndInitialsIcon() local
127 mInCallModel.updateModelWithContact(phoneInfo); in updateModelWithContact_invalidAvatarUri_setsContactNameAndInitialsIcon()
/packages/services/Telephony/src/com/android/phone/
DEccShortcutAdapter.java110 @Nullable ShortcutViewUtils.PhoneInfo phoneInfo) { in updateCountryEccInfo() argument
114 if (phoneInfo == null) { in updateCountryEccInfo()
121 phoneInfo.getPromotedEmergencyNumbers()); in updateCountryEccInfo()