Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoDialHelper.java255 void sortContactListBy(OrderType orderType); in sortContactListBy() argument
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java521 public void sortContactListBy(OrderType orderType) { in sortContactListBy() argument
526 if (orderType == OrderType.FIRST_NAME) { in sortContactListBy()
533 .validateUiObject(orderButton, String.format("sorting by %s", orderType)); in sortContactListBy()