Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintList.java114 private int mErrorCount; field in LintList
272 mErrorCount = mWarningCount = 0; in getMarkers()
281 mErrorCount++; in getMarkers()
294 return mErrorCount; in getErrorCount()