Home
last modified time | relevance | path

Searched refs: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
254 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in collectCandidateEntryMetrics()
285 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginCreateCredentialResponseCollectionCandidateEntryMetrics() local
286 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in beginCreateCredentialResponseCollectionCandidateEntryMetrics()
308 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginGetCredentialResponseCollectionCandidateEntryMetrics() local
311 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
316 browsedAuthenticationMetric.setAuthEntryCollective(responseCollective); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
DCandidatePhaseMetric.java173 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective() argument
174 mResponseCollective = responseCollective; in setResponseCollective()
DChosenProviderFinalPhaseMetric.java278 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective() argument
279 mResponseCollective = responseCollective; in setResponseCollective()