Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java374 public void handleEvent(String eventJson) throws JSONException; in handleEvent() argument
379 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
380 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
392 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
393 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
404 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
406 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()
418 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
420 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()
431 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument
[all …]
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...