Searched defs:jsonObject (Results 1 – 6 of 6) sorted by relevance
| /platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/ |
| D | ValidateScrollConfig.java | 61 JsonObject jsonObject = jsonElement.getAsJsonObject(); in deserialize() local 147 private String validateAndGetValue(String key, JsonObject jsonObject, boolean isOptional) { in validateAndGetValue() 161 private void validateNotNull(String key, JsonObject jsonObject) { in validateNotNull() 168 private void validateIsNumeric(String str, JsonObject jsonObject) { in validateIsNumeric() 176 private void validateProperties(JsonObject jsonObject) { in validateProperties() 193 String property, String value, JsonObject jsonObject, String reason) { in throwRuntimeException()
|
| D | ValidateWorkflowTask.java | 64 JsonObject jsonObject = jsonElement.getAsJsonObject(); in deserialize() local 185 private int validateAndGetIntValue(String key, JsonObject jsonObject) { in validateAndGetIntValue() 194 String key, JsonObject jsonObject, boolean isOptional) { in validateAndGetStringValue() 208 private void validateNotNull(String key, JsonObject jsonObject) { in validateNotNull() 215 private void validateProperties(JsonObject jsonObject) { in validateProperties() 231 String property, String value, JsonObject jsonObject, String reason) { in throwRuntimeException()
|
| D | ValidateUiElement.java | 76 JsonObject jsonObject = jsonElement.getAsJsonObject(); in deserialize() local 165 private String validateAndGetValue(String key, JsonObject jsonObject, boolean isOptional) { in validateAndGetValue() 183 private boolean validateAndGetBoolean(String key, JsonObject jsonObject, Boolean defaultValue) { in validateAndGetBoolean() 205 private int validateAndGetInteger(String key, JsonObject jsonObject, Integer defaultValue) { in validateAndGetInteger() 235 private JsonObject validateAndGetObject(String key, JsonObject jsonObject) { in validateAndGetObject() 247 private JsonArray validateAndGetArray(String key, JsonObject jsonObject) { in validateAndGetArray() 270 private void validateProperties(JsonObject jsonObject) { in validateProperties()
|
| D | ValidateWorkflowTaskConfig.java | 52 JsonObject jsonObject = jsonElement.getAsJsonObject(); in deserialize() local 75 private String validateAndGetTextValue(String key, JsonObject jsonObject) { in validateAndGetTextValue() 87 String key, JsonObject jsonObject, JsonDeserializationContext context) { in validateAndGetUiElementValue() 95 private void validateProperties(JsonObject jsonObject) { in validateProperties()
|
| D | ValidateMapEntries.java | 41 JsonObject jsonObject = jsonElement.getAsJsonObject(); in deserialize() local
|
| /platform_testing/libraries/motion/src/platform/test/motion/ |
| D | MotionTestRule.kt | 114 val jsonObject = JSONObject(it.readText()) in <lambda>() constant 166 val jsonObject = JsonGoldenSerializer.toJson(recordedMotion.timeSeries) in <lambda>() constant
|