Searched defs:addError (Results 1 - 9 of 9) 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/base/test-runner/src/android/test/
H A DTestPrinter.java93 public void addError(Test test, Throwable t) { method in class:TestPrinter
H A DTestRunner.java123 public void addError(Test test, Throwable t) { method in class:TestRunner.JunitTestSuite
H A DInstrumentationTestRunner.java688 * @see junit.framework.TestListener#addError(Test, Throwable)
690 public void addError(Test test, Throwable t) { method in class:InstrumentationTestRunner.SuiteAssignmentPrinter
831 * @see junit.framework.TestListener#addError(Test, Throwable)
833 public void addError(Test test, Throwable t) { method in class:InstrumentationTestRunner.WatcherResultPrinter
/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/base/test-runner/tests/src/android/test/
H A DAndroidTestRunnerTest.java260 public void addError(Test test, Throwable t) { method in class:AndroidTestRunnerTest.TestListenerStub
/frameworks/base/cmds/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);

Completed in 171 milliseconds