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.java389 public void handleEvent(String eventJson) throws JSONException; in handleEvent() method
394 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunStartedEventHandler
408 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunFailedEventHandler
420 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestRunEndedEventHandler
435 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.InvocationFailedEventHandler
449 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestStartedEventHandler
462 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestFailedEventHandler
471 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestEndedEventHandler
492 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestIgnoredEventHandler
501 public void handleEvent(String eventJson) throws JSONException { in handleEvent() method in SubprocessTestResultsParser.TestSkippedEventHandler
[all …]