Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java82 public TestRunStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunStartedEventInfo()
118 public TestRunFailedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunFailedEventInfo()
148 public TestRunEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestRunEndedEventInfo()
188 public InvocationFailedEventInfo(JSONObject jsonObject) throws JSONException { in InvocationFailedEventInfo()
220 public BaseTestEventInfo(JSONObject jsonObject) throws JSONException { in BaseTestEventInfo()
258 public TestStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestStartedEventInfo()
287 public FailedTestEventInfo(JSONObject jsonObject) throws JSONException { in FailedTestEventInfo()
338 public TestEndedEventInfo(JSONObject jsonObject) throws JSONException { in TestEndedEventInfo()
381 public TestLogEventInfo(JSONObject jsonObject) throws JSONException { in TestLogEventInfo()
420 public LogAssociationEventInfo(JSONObject jsonObject) throws JSONException { in LogAssociationEventInfo()
[all …]
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DClearcutClient.java256 String jsonObject = JsonFormat.printer().preservingProtoFieldNames().print(event); in sendToClearcut() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java528 JSONObject jsonObject = new JSONObject(jsonString); in parse() local