Searched refs:addError (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DSslError.java116 addError(error);
176 public boolean addError(int error) { method in class:SslError
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorInstrumentationTestRunner.java73 public void addError(Test test, Throwable t) {
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java93 public void addError(Test test, Throwable t) { method in class:TestPrinter
H A DInstrumentationCoreTestRunner.java138 public void addError(Test test, Throwable t) {
H A DInstrumentationTestRunner.java687 * @see junit.framework.TestListener#addError(Test, Throwable)
689 public void addError(Test test, Throwable t) { method in class:InstrumentationTestRunner.SuiteAssignmentPrinter
830 * @see junit.framework.TestListener#addError(Test, Throwable)
832 public void addError(Test test, Throwable t) { method in class:InstrumentationTestRunner.WatcherResultPrinter
H A DTestRunner.java123 public void addError(Test test, Throwable t) { method in class:TestRunner.JunitTestSuite
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java80 public void addError(Test test, Throwable t) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
H A DUnitTestSuiteBuilderTest.java73 public void addError(Test test, Throwable t) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
H A DTestSuiteBuilderTest.java182 public void addError(Test test, Throwable t) { method in class:TestSuiteBuilderTest.SuiteExecutionRecorder
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java315 public void addError(Test test, Throwable t) { method in class:UiAutomatorTestRunner.WatcherResultPrinter
323 mPrinter.addError(test, t);
/frameworks/base/test-runner/tests/src/android/test/
H A DAndroidTestRunnerTest.java260 public void addError(Test test, Throwable t) { method in class:AndroidTestRunnerTest.TestListenerStub

Completed in 273 milliseconds