Searched refs:sortContactListBy (Results 1 – 4 of 4) sorted by relevance
255 void sortContactListBy(OrderType orderType); in sortContactListBy() method
215 mDialerHelper.get().sortContactListBy(IAutoDialHelper.OrderType.FIRST_NAME); in sortContactListByFirstName()220 mDialerHelper.get().sortContactListBy(IAutoDialHelper.OrderType.LAST_NAME); in sortContactListByLastName()
221 mDialerHelper.get().sortContactListBy(OrderType.LAST_NAME); in testSortContacts()226 mDialerHelper.get().sortContactListBy(OrderType.FIRST_NAME); in testSortContacts()
521 public void sortContactListBy(OrderType orderType) { in sortContactListBy() method in DialHelperImpl