Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java24 public static final String UI_ELEMENTS = "UI_ELEMENTS"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DSpectatioConfig.java131 return getValueFromConfig(mUiElements, uiElementName, JsonConfigConstants.UI_ELEMENTS); in getUiElementFromConfig()