Home
last modified time | relevance | path

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

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