Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
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.java490 private List<AssertionError> mErrorList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector
517 mErrorList.add(e); in perform()
524 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()
528 if (mErrorList.size() != mErrorStringList.size()) { in judge()
533 for (int i = 0; i < mErrorList.size(); ++i) { in judge()
535 .append(mErrorList.get(i).getMessage()).append("; "); in judge()
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java8079 private final List<String> mErrorList = new ArrayList<>();
8100 mErrorList.add(toMsg(requestId, propId, areaId) + " not present");
8110 mErrorList.add("The property value for " + requestInfo + " must not be"
8117 mErrorList.add("The updateTimestamp value for " + requestInfo + " must"
8146 mErrorList.add(toMsg(requestId, propId, areaId) + " not present");
8163 mErrorList.add(
8175 errorList = new ArrayList<>(mErrorList);