Home
last modified time | relevance | path

Searched refs:mErrorList (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DSoftAssert.java34 List<String> mErrorList; field in SoftAssert
38 mErrorList = new ArrayList<>(); in SoftAssert()
65 mErrorList.add(errorMessage); in assertTrue()
140 mErrorList.add(errorMessage); in assertOrWarnTrue()
152 if (mErrorList.isEmpty()) { in assertAll()
158 for (String msg : mErrorList) { in assertAll()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java395 private List<AssertionError> mErrorList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector
422 mErrorList.add(e); in perform()
429 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()
433 if (mErrorList.size() != mErrorStringList.size()) { in judge()
438 for (int i = 0; i < mErrorList.size(); ++i) { in judge()
440 .append(mErrorList.get(i).getMessage()).append("; "); in judge()