Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java217 authenticationMetric.getAuthEntryCollective().getUniqueResponseStrings(), in logApiCalledAuthenticationMetric()
219 authenticationMetric.getAuthEntryCollective().getUniqueResponseCounts(), in logApiCalledAuthenticationMetric()
221 authenticationMetric.getAuthEntryCollective().getUniqueEntries(), in logApiCalledAuthenticationMetric()
223 authenticationMetric.getAuthEntryCollective().getUniqueEntryCounts(), in logApiCalledAuthenticationMetric()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DBrowsedAuthenticationMetric.java67 public ResponseCollective getAuthEntryCollective() { in getAuthEntryCollective() method in BrowsedAuthenticationMetric
H A DCandidateAggregateMetric.java137 ResponseCollective authCollective = authMetric.getAuthEntryCollective(); in collectAuthAggregates()