Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java172 /* chosen_provider_has_exception */ finalPhaseMetric.isHasException(), in logApiCalledFinalPhase()
226 /* exception_specified */ authenticationMetric.isHasException(), in logApiCalledAuthenticationMetric()
326 candidateHasExceptionList[index] = metric.isHasException(); in logApiCalledCandidatePhase()
553 /* chosen_provider_has_exception */ finalPhaseMetric.isHasException(), in logApiCalledNoUidFinal()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java112 mTotalQueryFailures += (candidateMetric.isHasException() ? 1 : 0); in collectQueryAggregates()
142 mTotalQueryFailures += (authMetric.isHasException() ? 1 : 0); in collectAuthAggregates()
H A DBrowsedAuthenticationMetric.java99 public boolean isHasException() { in isHasException() method in BrowsedAuthenticationMetric
H A DCandidatePhaseMetric.java168 public boolean isHasException() { in isHasException() method in CandidatePhaseMetric
H A DChosenProviderFinalPhaseMetric.java268 public boolean isHasException() { in isHasException() method in ChosenProviderFinalPhaseMetric