Home
last modified time | relevance | path

Searched refs:mErrorList (Results 1 – 1 of 1) 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()
61 mErrorList.add(errorMessage); in assertTrue()
123 mErrorList.add(errorMessage); in assertOrWarnTrue()
135 if (mErrorList.isEmpty()) { in assertAll()
141 for (String msg : mErrorList) { in assertAll()