Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java32 public static final String ANCESTOR = "ANCESTOR"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateUiElement.java63 JsonConfigConstants.ANCESTOR,
113 JsonObject parent = validateAndGetObject(JsonConfigConstants.ANCESTOR, jsonObject); in deserialize()