Home
last modified time | relevance | path

Searched refs:browsedAuthenticationMetric (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DProviderSessionMetric.java262 BrowsedAuthenticationMetric browsedAuthenticationMetric = in createAuthenticationBrowsingMetric() local
265 mBrowsedAuthenticationMetric.add(browsedAuthenticationMetric); in createAuthenticationBrowsingMetric()
314 var browsedAuthenticationMetric = in beginGetCredentialResponseCollectionCandidateEntryMetrics() local
316 browsedAuthenticationMetric.setAuthEntryCollective(responseCollective); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
H A DRequestSessionMetric.java411 public void logAuthEntry(BrowsedAuthenticationMetric browsedAuthenticationMetric) { in logAuthEntry() argument
413 if (browsedAuthenticationMetric.getProviderUid() == DEFAULT_INT_32) { in logAuthEntry()
417 logApiCalledAuthenticationMetric(browsedAuthenticationMetric, ++mSequenceCounter); in logAuthEntry()