Searched refs:mCurrentTestNum (Results 1 – 3 of 3) sorted by relevance
49 private int mCurrentTestNum; field in ConsoleReporter79 mCurrentTestNum = 0; in testRunStarted()99 mCurrentTestNum++; in testStarted()162 mNotExecutedTests = Math.max(mTotalTestsInModule - mCurrentTestNum, 0); in testRunEnded()222 return String.format("%d/%d", mCurrentTestNum, mTotalTestsInModule); in progress()238 return mCurrentTestNum; in getCurrentTestNum()
183 private int mCurrentTestNum; field in ResultReporter351 mCurrentTestNum = 0; in testRunStarted()366 mCurrentTestNum++; in testStarted()455 mCurrentModuleResult.setDone(mCurrentTestNum >= mTotalTestsInModule); in testRunEnded()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...