Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java62 public static final String SORT_BY_FIRST_NAME = "SORT_BY_FIRST_NAME"; field in AutomotiveConfigConstants
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java527 orderBySelector = getUiElementFromConfig(AutomotiveConfigConstants.SORT_BY_FIRST_NAME); in sortContactListBy()