Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DBrowsedAuthenticationMetric.java35 private ResponseCollective mAuthEntryCollective = new ResponseCollective(Map.of(), Map.of()); field in BrowsedAuthenticationMetric
64 this.mAuthEntryCollective = authEntryCollective; in setAuthEntryCollective()
68 return mAuthEntryCollective; in getAuthEntryCollective()