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.java334 public void handleEvent(String eventJson) throws JSONException; in handleEvent() argument
339 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
340 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
351 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
352 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
359 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
361 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()
373 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
375 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
382 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
[all …]