Home
last modified time | relevance | path

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

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