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

/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java65 public static final int REPORT_VALUE_RESULT_START = 1; field in class:InstrumentationResultPrinter
131 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java247 private static final int REPORT_VALUE_RESULT_START = 1; field in class:UiAutomatorTestRunner.WatcherResultPrinter
307 mAutomationSupport.sendStatus(REPORT_VALUE_RESULT_START, mTestResult);
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java264 public static final int REPORT_VALUE_RESULT_START = 1; field in class:InstrumentationTestRunner
801 sendStatus(REPORT_VALUE_RESULT_START, mTestResult);

Completed in 50 milliseconds