Home
last modified time | relevance | path

Searched refs:mSortMethod (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/
H A DContactResultsAdapter.java43 private Integer mSortMethod; field in ContactResultsAdapter
80 mSortMethod = sortMethod; in setSortMethod()
92 holder.bindSearchResult(mContactResults.get(position), mSortMethod); in onBindViewHolderImpl() local
142 return mSortMethod; in getSortMethod()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
H A DContactListAdapter.java52 private Integer mSortMethod; field in ContactListAdapter
71 mSortMethod = contactListPair.first; in setContactList()
99 holder.bind(contact, showHeader, header, mSortMethod); in onBindViewHolderImpl()
120 if (TelecomUtils.SORT_BY_LAST_NAME.equals(mSortMethod)) { in getHeader()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
H A DCallLogAdapter.java47 private Integer mSortMethod; field in CallLogAdapter
93 mSortMethod = sortMethod; in setSortMethod()
115 ((CallLogViewHolder) holder).bind((UiCallLog) mUiCallLogs.get(position), mSortMethod); in onBindViewHolderImpl()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteAdapter.java48 private Integer mSortMethod; field in FavoriteAdapter
79 mSortMethod = sortMethod; in setSortMethod()
120 viewHolder.bind(contact, mSortMethod); in onBindViewHolder()