Searched refs:mTestNum (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java91 int mTestNum = 0; field in class:InstrumentationResultPrinter
121 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java743 int mTestNum = 0; field in class:InstrumentationTestRunner.WatcherResultPrinter
766 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum);
796 if (mTestNum == 1) Thread.sleep(mDelayMsec);
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java254 int mTestNum = 0; field in class:UiAutomatorTestRunner.WatcherResultPrinter
283 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum);

Completed in 90 milliseconds