Searched refs:mErrors (Results 1 – 1 of 1) sorted by relevance
33 private final List<String> mErrors = new ArrayList<String>(); field in UiWatchers86 mErrors.add(errorText); in onAnrDetected()90 mErrors.add(errorText); in onCrashDetected()94 mErrors.clear(); in reset()98 return Collections.unmodifiableList(mErrors); in getErrors()