Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java313 public void handleEvent(String eventJson) throws JSONException; in handleEvent() argument
318 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
319 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
326 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
327 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
334 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
336 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()
348 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
350 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
357 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
[all …]