Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java66 public Integer mTestCount = null; field in SubprocessEventHelper.TestRunStartedEventInfo
72 mTestCount = testCount; in TestRunStartedEventInfo()
78 mTestCount = testCount; in TestRunStartedEventInfo()
84 mTestCount = jsonObject.getInt(TESTCOUNT_KEY); in TestRunStartedEventInfo()
95 if (mTestCount != null) { in toString()
96 tags.put(TESTCOUNT_KEY, mTestCount.intValue()); in toString()
DSubprocessTestResultsParser.java342 mListener.testRunStarted(rsi.mRunName, rsi.mTestCount, rsi.mAttempt); in handleEvent()
344 mListener.testRunStarted(rsi.mRunName, rsi.mTestCount); in handleEvent()