Home
last modified time | relevance | path

Searched defs:addError (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/legacy-test/src/junit/framework/
DTestListener.java10 public void addError(Test test, Throwable t); in addError() method
DTestResult.java40 public synchronized void addError(Test test, Throwable t) { in addError() method in TestResult
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestResultInstrumentation.java52 public void addError(Test test, Throwable t) { in addError() method in TestResultInstrumentation
/frameworks/base/test-runner/src/android/test/
DTestPrinter.java94 public void addError(Test test, Throwable t) { in addError() method in TestPrinter
DInstrumentationTestRunner.java695 public void addError(Test test, Throwable t) { in addError() method in InstrumentationTestRunner.SuiteAssignmentPrinter
838 public void addError(Test test, Throwable t) { in addError() method in InstrumentationTestRunner.WatcherResultPrinter
DTestRunner.java124 public void addError(Test test, Throwable t) { in addError() method in TestRunner.JunitTestSuite
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java73 public void addError(Test test, Throwable t) { in addError() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
DInstrumentationTestSuiteBuilderTest.java80 public void addError(Test test, Throwable t) { in addError() method in InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
/frameworks/base/core/java/android/net/http/
DSslError.java176 public boolean addError(int error) { in addError() method in SslError
/frameworks/base/test-runner/src/junit/textui/
DResultPrinter.java116 public void addError(Test test, Throwable t) { in addError() method in ResultPrinter
/frameworks/base/test-runner/src/junit/runner/
DBaseTestRunner.java74 public synchronized void addError(final Test test, final Throwable t) { in addError() method in BaseTestRunner
/frameworks/base/test-runner/tests/src/android/test/
DAndroidTestRunnerTest.java260 public void addError(Test test, Throwable t) { in addError() method in AndroidTestRunnerTest.TestListenerStub
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DUiAutomatorTestRunner.java315 public void addError(Test test, Throwable t) { in addError() method in UiAutomatorTestRunner.WatcherResultPrinter
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java76 public void addError(Throwable error) { in addError() method in CameraErrorCollector