Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateUiElement.java114 int maxDepth = validateAndGetInteger(JsonConfigConstants.MAX_DEPTH, jsonObject, 1); in deserialize() local
118 maxDepth); in deserialize()
123 int maxDepth = validateAndGetInteger(JsonConfigConstants.MAX_DEPTH, jsonObject, 1); in deserialize() local
127 maxDepth); in deserialize()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java86 public UiElement(String type, UiElement relative, int maxDepth) { in UiElement() argument
99 mMaxDepth = maxDepth; in UiElement()