Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java136 mAuthReturned = mAuthReturned || authMetric.isAuthReturned(); in collectAuthAggregates()
174 public boolean isAuthReturned() { in isAuthReturned() method in CandidateAggregateMetric
H A DBrowsedAuthenticationMetric.java87 public boolean isAuthReturned() { in isAuthReturned() method in BrowsedAuthenticationMetric
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java230 authenticationMetric.isAuthReturned() in logApiCalledAuthenticationMetric()
502 candidateAggregateMetric.isAuthReturned() in logApiCalledAggregateCandidate()