Searched refs:orderType (Results 1 – 2 of 2) sorted by relevance
255 void sortContactListBy(OrderType orderType); in sortContactListBy() argument
521 public void sortContactListBy(OrderType orderType) { in sortContactListBy() argument526 if (orderType == OrderType.FIRST_NAME) { in sortContactListBy()533 .validateUiObject(orderButton, String.format("sorting by %s", orderType)); in sortContactListBy()