Searched refs:mErrorStringList (Results 1 – 1 of 1) sorted by relevance
396 private List<String> mErrorStringList = new ArrayList<>(); field in SensorCtsHelper.TestResultCollector423 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()