Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateWorkflowTask.java53 JsonConfigConstants.SCROLL_CONFIG,
130 validateNotNull(JsonConfigConstants.SCROLL_CONFIG, jsonObject); in deserialize()
133 jsonObject.get(JsonConfigConstants.SCROLL_CONFIG), in deserialize()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java54 public static final String SCROLL_CONFIG = "SCROLL_CONFIG"; field in JsonConfigConstants