Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A 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
H A DCandidatePhaseMetric.java173 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective()
H A DChosenProviderFinalPhaseMetric.java274 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective()