Home
last modified time | relevance | path

Searched refs:sortMethod (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/entity/
DContactSortingInfo.java69 Integer sortMethod; in getSortingInfo() local
74 sortMethod = SORT_BY_FIRST_NAME; in getSortingInfo()
77 sortMethod = SORT_BY_LAST_NAME; in getSortingInfo()
80 return new Pair<>(comparator, sortMethod); in getSortingInfo()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/contact/
DContactListViewModel.java109 Integer sortMethod = contactSortingInfo.second; in updateSortedContactList() local
119 postValue(new Pair<>(sortMethod, contactList)); in updateSortedContactList()