Searched refs:mErrorStringList (Results 1 – 1 of 1) sorted by relevance
463 private List<String> mErrorStringList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector490 mErrorStringList.add(s); in perform()496 if (mErrorList.isEmpty() && mErrorStringList.isEmpty()) { in judge()500 if (mErrorList.size() != mErrorStringList.size()) { in judge()506 buf.append("Test (").append(mErrorStringList.get(i)).append(") - Error: ") in judge()