Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DRequestSession.java204 int initialAuthMetricsProvider = providerSessionMetric.getBrowsedAuthenticationMetric() in onUiSelection()
210 int numAuthPerProvider = providerSessionMetric.getBrowsedAuthenticationMetric().size(); in onUiSelection()
214 providerSession.mProviderSessionMetric.getBrowsedAuthenticationMetric() in onUiSelection()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java130 var authMetrics = sessionMetric.getBrowsedAuthenticationMetric(); in collectAuthAggregates()
H A DProviderSessionMetric.java75 public List<BrowsedAuthenticationMetric> getBrowsedAuthenticationMetric() { in getBrowsedAuthenticationMetric() method in ProviderSessionMetric