Home
last modified time | relevance | path

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

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