Searched refs:sortMethod (Results 1 – 2 of 2) sorted by relevance
69 Integer sortMethod; in getSortingInfo() local74 sortMethod = SORT_BY_FIRST_NAME; in getSortingInfo()77 sortMethod = SORT_BY_LAST_NAME; in getSortingInfo()80 return new Pair<>(comparator, sortMethod); in getSortingInfo()
109 Integer sortMethod = contactSortingInfo.second; in updateSortedContactList() local119 postValue(new Pair<>(sortMethod, contactList)); in updateSortedContactList()