Searched refs:rsi (Results 1 – 1 of 1) sorted by relevance
319 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent() local320 mListener.testRunStarted(rsi.mRunName, rsi.mTestCount); in handleEvent()