Home
last modified time | relevance | path

Searched refs:REPORT_KEY_NUM_CURRENT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java242 private static final String REPORT_KEY_NUM_CURRENT = "current"; field in UiAutomatorTestRunner.WatcherResultPrinter
283 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum); in startTest()
/frameworks/base/test-runner/src/android/test/
DInstrumentationTestRunner.java238 public static final String REPORT_KEY_NUM_CURRENT = "current"; field in InstrumentationTestRunner
773 mTestResult.putInt(REPORT_KEY_NUM_CURRENT, ++mTestNum); in startTest()
/frameworks/base/test-runner/api/
Dcurrent.txt88 field @Deprecated public static final String REPORT_KEY_NUM_CURRENT = "current";