Searched defs:jsonObject (Results 1 – 3 of 3) sorted by relevance
82 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 …]
256 String jsonObject = JsonFormat.printer().preservingProtoFieldNames().print(event); in sendToClearcut() local
528 JSONObject jsonObject = new JSONObject(jsonString); in parse() local