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.java491 private List<String> mErrorStringList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector
518 mErrorStringList.add(s); in perform()
524 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()
528 if (mErrorList.size() != mErrorStringList.size()) { in judge()
534 buf.append("Test (").append(mErrorStringList.get(i)).append(") - Error: ") in judge()