Searched refs:mSortMethod (Results 1 – 4 of 4) sorted by relevance
43 private Integer mSortMethod; field in ContactResultsAdapter80 mSortMethod = sortMethod; in setSortMethod()92 holder.bindSearchResult(mContactResults.get(position), mSortMethod); in onBindViewHolderImpl() local142 return mSortMethod; in getSortMethod()
52 private Integer mSortMethod; field in ContactListAdapter71 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()
47 private Integer mSortMethod; field in CallLogAdapter93 mSortMethod = sortMethod; in setSortMethod()115 ((CallLogViewHolder) holder).bind((UiCallLog) mUiCallLogs.get(position), mSortMethod); in onBindViewHolderImpl()
48 private Integer mSortMethod; field in FavoriteAdapter79 mSortMethod = sortMethod; in setSortMethod()120 viewHolder.bind(contact, mSortMethod); in onBindViewHolder()