Searched defs:REPORT_VALUE_RESULT_ERROR (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java73 public static final int REPORT_VALUE_RESULT_ERROR = -1; field in class:InstrumentationResultPrinter
145 mTestResultCode = REPORT_VALUE_RESULT_ERROR;
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java248 private static final int REPORT_VALUE_RESULT_ERROR = -1; field in class:UiAutomatorTestRunner.WatcherResultPrinter
316 mTestResultCode = REPORT_VALUE_RESULT_ERROR;
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java272 public static final int REPORT_VALUE_RESULT_ERROR = -1; field in class:InstrumentationTestRunner
834 mTestResultCode = REPORT_VALUE_RESULT_ERROR;

Completed in 239 milliseconds