Searched refs:responseCollective (Results 1 – 3 of 3) sorted by relevance
253 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in collectCandidateEntryMetrics() local254 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in collectCandidateEntryMetrics()285 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginCreateCredentialResponseCollectionCandidateEntryMetrics() local286 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in beginCreateCredentialResponseCollectionCandidateEntryMetrics()308 ResponseCollective responseCollective = new ResponseCollective(responseCounts, entryCounts); in beginGetCredentialResponseCollectionCandidateEntryMetrics() local311 mCandidatePhasePerProviderMetric.setResponseCollective(responseCollective); in beginGetCredentialResponseCollectionCandidateEntryMetrics()316 browsedAuthenticationMetric.setAuthEntryCollective(responseCollective); in beginGetCredentialResponseCollectionCandidateEntryMetrics()
173 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective() argument174 mResponseCollective = responseCollective; in setResponseCollective()
278 public void setResponseCollective(ResponseCollective responseCollective) { in setResponseCollective() argument279 mResponseCollective = responseCollective; in setResponseCollective()