Searched refs:SORT_BY_FIRST_NAME (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/contact/ |
D | ContactListViewHolderTest.java | 89 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testDisplayName() 100 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() 124 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withOneNumberAndGetNullLabel_showEmptyString() 137 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withMultipleNumbersAndNoPrimaryNumber_showMultipleLabel() 152 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_withMultipleNumbersAndHasPrimaryNumber_showPrimaryNumberLabel() 167 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_HasPrimaryNumberAndPrimaryNumberHasNullLabel_showPrimaryNumberLabel() 186 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testLabel_HasPrimaryNumberButGetNullLabel_showMultipleLabel() 197 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testClickCallActionButton_ContactHasOneNumber_placeCall() 217 mContactListViewHolder.bind(mMockContact, false, "", TelecomUtils.SORT_BY_FIRST_NAME); in testClickCallActionButton_HasMultipleNumbersAndNoPrimaryNumber_showAlertDialog() [all …]
|
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/ |
D | TelecomUtils.java | 74 public static final Integer SORT_BY_FIRST_NAME = 1; field in TelecomUtils 452 setContactBitmapAsync(context, icon, contact, fallbackDisplayName, SORT_BY_FIRST_NAME); in setContactBitmapAsync() 679 return SORT_BY_FIRST_NAME.equals(sortMethod); in isSortByFirstName()
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/ |
D | ContactSortingInfo.java | 72 sortMethod = TelecomUtils.SORT_BY_FIRST_NAME; in getSortingInfo()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/search/ |
D | ContactResultsFragmentTest.java | 93 LiveDataFunctions.dataOf(TelecomUtils.SORT_BY_FIRST_NAME)); in setUp()
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/dialpad/ |
D | DialpadFragmentTest.java | 91 LiveDataFunctions.dataOf(TelecomUtils.SORT_BY_FIRST_NAME)); in setup()
|