Searched refs:SORT_BY_FIRST_NAME (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/contact/ |
H A D | ContactListViewHolderTest.java | 87 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testDisplayName() 99 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withOnlyOneNumber_showLabel() 110 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withOneNumberAndNumberHasNullLabel_showTypeLabel() 125 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withOneNumberAndGetNullLabel_showEmptyString() 139 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withMultipleNumbersAndNoPrimaryNumber_showMultipleLabel() 155 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel() 171 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel() 191 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel() 203 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testClickCallActionButton_ContactHasOneNumber_placeCall() 225 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testClickCallActionButton_HasMultipleNumbersAndNoPrimaryNumber_showAlertDialog() [all …]
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/ |
H A D | ContactSortingInfo.java | 72 sortMethod = TelecomUtils.SORT_BY_FIRST_NAME; in getSortingInfo()
|
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
H A D | TelecomUtils.java | 74 public static final Integer SORT_BY_FIRST_NAME = 1; field in TelecomUtils 445 setContactBitmapAsync(context, icon, contact, fallbackDisplayName, SORT_BY_FIRST_NAME); in setContactBitmapAsync() 672 return SORT_BY_FIRST_NAME.equals(sortMethod); in isSortByFirstName()
|
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/search/ |
H A D | ContactResultsFragmentTest.java | 106 LiveDataFunctions.dataOf(TelecomUtils.SORT_BY_FIRST_NAME));
|
/aosp12/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/ui/dialpad/ |
H A D | DialpadFragmentTest.java | 96 LiveDataFunctions.dataOf(TelecomUtils.SORT_BY_FIRST_NAME)); in setup()
|