Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
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()
DBrowsedAuthenticationMetric.java95 public String getFrameworkException() { in getFrameworkException() method in BrowsedAuthenticationMetric
DCandidatePhaseMetric.java187 public String getFrameworkException() { in getFrameworkException() method in CandidatePhaseMetric
DChosenProviderFinalPhaseMetric.java292 public String getFrameworkException() { in getFrameworkException() method in ChosenProviderFinalPhaseMetric
/frameworks/base/services/credentials/java/com/android/server/credentials/
DMetricUtilities.java203 finalPhaseMetric.getFrameworkException(), in logApiCalledFinalPhase()
237 authenticationMetric.getFrameworkException(), in logApiCalledAuthenticationMetric()
351 frameworkExceptionList[index] = metric.getFrameworkException(); in logApiCalledCandidatePhase()
579 finalPhaseMetric.getFrameworkException(), in logApiCalledNoUidFinal()