Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java105 public TestRunStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunStartedEventInfo()
150 public TestRunFailedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunFailedEventInfo()
193 public TestRunEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunEndedEventInfo()
243 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationFailedEventInfo()
340 public BaseTestEventInfo(JSONObject jsonObject) throws JSONException { in BaseTestEventInfo()
378 public TestStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestStartedEventInfo()
406 public SkippedTestEventInfo(JSONObject jsonObject) throws JSONException { in SkippedTestEventInfo()
443 public FailedTestEventInfo(JSONObject jsonObject) throws JSONException { in FailedTestEventInfo()
507 public TestEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestEndedEventInfo()
550 public TestLogEventInfo(JSONObject jsonObject) throws JSONException { in TestLogEventInfo()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/auth/
DServiceAccountKeyCredentialFactory.java83 JSONObject jsonObject = new JSONObject(keyContent); in parseKeyFile() local
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DTestDiscoveryInvoker.java589 JSONObject jsonObject = new JSONObject(discoveryOutput); in parseTestDiscoveryOutput() local
601 JSONObject jsonObject = new JSONObject(discoveryOutput); in parsePartialFallback() local
609 JSONObject jsonObject = new JSONObject(discoveryOutput); in hasNoPossibleDiscovery() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DLUCIResultReporter.java273 boolean isValidJSONObject(String key, JSONObject jsonObject) throws JSONException { in isValidJSONObject()
287 JSONObject jsonObject = jsonArray.getJSONObject(i); in isValidJSONArray() local
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DDeviceBaselineChecker.java94 JSONObject jsonObject = new JSONObject(jsonStr); in initializeDeviceBaselineSetters() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DLUCIResultReporterTest.java188 JSONObject jsonObject = jsonArray.getJSONObject(i); in assertJsonKeysExist() local
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java193 JSONObject jsonObject = jsonArray.getJSONObject(i); in parseFileSizes() local
/tools/tradefederation/core/javatests/com/android/tradefed/presubmit/
DTestMappingsValidation.java720 private void mergeModuleInfoByName(JsonObject jsonObject) { in mergeModuleInfoByName()
721 mergedModuleInfo.add(jsonObject.get(MODULE_NAME).getAsString(), jsonObject); in mergeModuleInfoByName() local
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java347 String jsonObject = JsonFormat.printer().preservingProtoFieldNames().print(event); in sendToClearcut() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java536 JSONObject jsonObject = new JSONObject(jsonString); in parse() local