Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateScrollConfig.java53 JsonConfigConstants.SCROLL_ELEMENT,
122 validateNotNull(JsonConfigConstants.SCROLL_ELEMENT, jsonObject); in deserialize()
129 jsonObject.get(JsonConfigConstants.SCROLL_ELEMENT), in deserialize()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java104 public static final String SCROLL_ELEMENT = "SCROLL_ELEMENT"; field in JsonConfigConstants