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

/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java77 public static final int REPORT_VALUE_RESULT_FAILURE = -2; field in class:InstrumentationResultPrinter
152 mTestResultCode = REPORT_VALUE_RESULT_FAILURE;
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java249 private static final int REPORT_VALUE_RESULT_FAILURE = -2; field in class:UiAutomatorTestRunner.WatcherResultPrinter
328 mTestResultCode = REPORT_VALUE_RESULT_FAILURE;
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java276 public static final int REPORT_VALUE_RESULT_FAILURE = -2; field in class:InstrumentationTestRunner
846 mTestResultCode = REPORT_VALUE_RESULT_FAILURE;

Completed in 56 milliseconds