Home
last modified time | relevance | path

Searched defs:handleEvent (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() method
318 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunStartedEventHandler
326 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunFailedEventHandler
334 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunEndedEventHandler
348 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.InvocationFailedEventHandler
357 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestStartedEventHandler
370 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestFailedEventHandler
379 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestEndedEventHandler
400 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestIgnoredEventHandler
409 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestAssumptionFailureEventHandler
[all …]