Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java113 if (!candidateMetric.getFrameworkException().isEmpty()) { in collectQueryAggregates()
114 mExceptionCountQuery.put(candidateMetric.getFrameworkException(), in collectQueryAggregates()
116 candidateMetric.getFrameworkException(), 0) + 1); in collectQueryAggregates()
143 if (!authMetric.getFrameworkException().isEmpty()) { in collectAuthAggregates()
144 mExceptionCountQuery.put(authMetric.getFrameworkException(), in collectAuthAggregates()
146 authMetric.getFrameworkException(), 0) + 1); in collectAuthAggregates()
H A DBrowsedAuthenticationMetric.java95 public String getFrameworkException() { in getFrameworkException() method in BrowsedAuthenticationMetric
H A DCandidatePhaseMetric.java187 public String getFrameworkException() { in getFrameworkException() method in CandidatePhaseMetric
H A DChosenProviderFinalPhaseMetric.java288 public String getFrameworkException() { in getFrameworkException() method in ChosenProviderFinalPhaseMetric
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java191 finalPhaseMetric.getFrameworkException(), in logApiCalledFinalPhase()
225 authenticationMetric.getFrameworkException(), in logApiCalledAuthenticationMetric()
339 frameworkExceptionList[index] = metric.getFrameworkException(); in logApiCalledCandidatePhase()
563 finalPhaseMetric.getFrameworkException(), in logApiCalledNoUidFinal()