Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java238 getUiElementFromConfig(AutomotiveConfigConstants.SEARCH_RESULTS); in searchAndSelect()
242 .validateUiObject(searchResults, AutomotiveConfigConstants.SEARCH_RESULTS); in searchAndSelect()
254 getSpectatioUiUtil().validateUiObject(object, AutomotiveConfigConstants.SEARCH_RESULTS); in searchAndSelect()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java371 public static final String SEARCH_RESULTS = "SEARCH_RESULTS"; field in AutomotiveConfigConstants