Home
last modified time | relevance | path

Searched defs:sortMethod (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
H A DContactResultViewHolder.java75 Integer sortMethod) { in bindSearchResult()
97 Integer sortMethod) { in bindTypeDownResult()
H A DContactResultsAdapter.java79 public void setSortMethod(Integer sortMethod) { in setSortMethod()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
H A DCallLogViewHolder.java81 public void bind(UiCallLog uiCallLog, Integer sortMethod) { in bind()
89 sortMethod); in bind() local
H A DCallLogAdapter.java92 public void setSortMethod(Integer sortMethod) { in setSortMethod()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactListViewHolder.java77 public void bind(Contact contact, boolean showHeader, String header, Integer sortMethod) { in bind()
79 sortMethod); in bind() local
H A DContactListViewModel.java122 Integer sortMethod = contactSortingInfo.second; in sortContacts() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/
H A DContactSortingInfo.java67 Integer sortMethod; in getSortingInfo() local
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteContactViewHolder.java62 public void bind(@NonNull Contact contact, Integer sortMethod) { in bind()
H A DFavoriteAdapter.java78 public void setSortMethod(Integer sortMethod) { in setSortMethod()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DTelecomUtils.java432 Integer sortMethod) { in setContactBitmapAsync()
462 Integer sortMethod) { in setContactBitmapAsync()
671 public static boolean isSortByFirstName(Integer sortMethod) { in isSortByFirstName()