Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DStatus.java27 private boolean mHasErrors; field in Status
42 mHasErrors = true; in error()
48 mHasErrors = true; in error()
52 return !mHasErrors; in ok()