Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
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()
DRequestSessionMetric.java429 public void logAuthEntry(BrowsedAuthenticationMetric browsedAuthenticationMetric) { in logAuthEntry() argument
431 if (browsedAuthenticationMetric.getProviderUid() == DEFAULT_INT_32) { in logAuthEntry()
435 logApiCalledAuthenticationMetric(browsedAuthenticationMetric, ++mSequenceCounter); in logAuthEntry()