Home
last modified time | relevance | path

Searched refs:fErrors (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-base/src/junit/framework/
DTestResult.java21 protected Vector<TestFailure> fErrors; field in TestResult
30 fErrors= new Vector<TestFailure>(); in TestResult()
41 fErrors.add(new TestFailure(test, t)); in addError()
85 return fErrors.size(); in errorCount()
91 return Collections.enumeration(fErrors); in errors()
/frameworks/base/test-base/api/
Dcurrent.txt206 field protected java.util.Vector<junit.framework.TestFailure> fErrors;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt54126 field protected java.util.Vector<junit.framework.TestFailure> fErrors;