Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DBrowsedAuthenticationMetric.java38 private boolean mHasException = false; field in BrowsedAuthenticationMetric
72 mHasException = hasException; in setHasException()
100 return mHasException; in isHasException()
DCandidatePhaseMetric.java55 private boolean mHasException = false; field in CandidatePhaseMetric
165 mHasException = hasException; in setHasException()
169 return mHasException; in isHasException()
DChosenProviderFinalPhaseMetric.java76 private boolean mHasException = false; field in ChosenProviderFinalPhaseMetric
269 mHasException = hasException; in setHasException()
273 return mHasException; in isHasException()