Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/
DMetricUtilities.java229 authenticationMetric.getAuthEntryCollective().getUniqueResponseStrings(), in logApiCalledAuthenticationMetric()
231 authenticationMetric.getAuthEntryCollective().getUniqueResponseCounts(), in logApiCalledAuthenticationMetric()
233 authenticationMetric.getAuthEntryCollective().getUniqueEntries(), in logApiCalledAuthenticationMetric()
235 authenticationMetric.getAuthEntryCollective().getUniqueEntryCounts(), in logApiCalledAuthenticationMetric()
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DBrowsedAuthenticationMetric.java67 public ResponseCollective getAuthEntryCollective() { in getAuthEntryCollective() method in BrowsedAuthenticationMetric
DCandidateAggregateMetric.java137 ResponseCollective authCollective = authMetric.getAuthEntryCollective(); in collectAuthAggregates()