Home
last modified time | relevance | path

Searched refs:CLICKABLE (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java39 public static final String CLICKABLE = "CLICKABLE"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java124 case JsonConfigConstants.CLICKABLE: in getBySelectorForUiElement()
165 case JsonConfigConstants.CLICKABLE: in extendBySelectorForUiElement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateUiElement.java45 JsonConfigConstants.CLICKABLE,
80 if (JsonConfigConstants.CLICKABLE.equals(type) in deserialize()