Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java396 private List<String> mErrorStringList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector
423 mErrorStringList.add(s); in perform()
429 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()
433 if (mErrorList.size() != mErrorStringList.size()) { in judge()
439 buf.append("Test (").append(mErrorStringList.get(i)).append(") - Error: ") in judge()