Home
last modified time | relevance | path

Searched refs:getPrimaryPhoneNumber (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/contact/
H A DContactListViewHolderTest.java154 when(mMockContact.getPrimaryPhoneNumber()).thenReturn(phoneNumber2); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel()
170 when(mMockContact.getPrimaryPhoneNumber()).thenReturn(phoneNumber2); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel()
190 when(mMockContact.getPrimaryPhoneNumber()).thenReturn(phoneNumber2); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel()
242 when(mMockContact.getPrimaryPhoneNumber()).thenReturn(phoneNumber2); in testClickCallActionButton_HasMultipleNumbersAndPrimaryNumber_callPrimaryNumber()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteContactViewHolder.java77 contact.getPrimaryPhoneNumber().getReadableLabel(context.getResources())); in bind()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DDialerUtils.java117 callback.onPhoneNumberSelected(contact.getPrimaryPhoneNumber(), false); in promptForPrimaryNumber()
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/favorite/
H A DFavoriteFragmentTest.java103 when(mMockContact.getPrimaryPhoneNumber()).thenReturn(mMockPhoneNumber); in testOnItemClick_contactHasPrimaryNumber_placeCall()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactListViewHolder.java108 contact.getPrimaryPhoneNumber().getReadableLabel(context.getResources())) in setLabelText()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DContact.java535 public PhoneNumber getPrimaryPhoneNumber() { in getPrimaryPhoneNumber() method in Contact