Home
last modified time | relevance | path

Searched defs:responseCollective (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DProviderSessionMetric.java253 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in collectCandidateEntryMetrics() local
285 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginCreateCredentialResponseCollectionCandidateEntryMetrics() local
308 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginGetCredentialResponseCollectionCandidateEntryMetrics() local
DCandidatePhaseMetric.java173 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective()
DChosenProviderFinalPhaseMetric.java278 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective()