Home
last modified time | relevance | path

Searched refs:getResponseCollective (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/credentials/java/com/android/server/credentials/
DMetricUtilities.java195 finalPhaseMetric.getResponseCollective().getUniqueEntries(), in logApiCalledFinalPhase()
197 finalPhaseMetric.getResponseCollective().getUniqueEntryCounts(), in logApiCalledFinalPhase()
199 finalPhaseMetric.getResponseCollective().getUniqueResponseStrings(), in logApiCalledFinalPhase()
201 finalPhaseMetric.getResponseCollective().getUniqueResponseCounts(), in logApiCalledFinalPhase()
276 metric.getResponseCollective().getUniqueResponseStrings(), in logApiCalledCandidateGetMetric()
278 metric.getResponseCollective().getUniqueResponseCounts() in logApiCalledCandidateGetMetric()
339 candidateTotalEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
341 candidateCredentialEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
343 candidateCredentialTypeCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
345 candidateActionEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
[all …]
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DCandidatePhaseMetric.java177 public ResponseCollective getResponseCollective() { in getResponseCollective() method in CandidatePhaseMetric
DChosenProviderFinalPhaseMetric.java282 public ResponseCollective getResponseCollective() { in getResponseCollective() method in ChosenProviderFinalPhaseMetric
DCandidateAggregateMetric.java103 ResponseCollective candidateCollective = candidateMetric.getResponseCollective(); in collectQueryAggregates()
DRequestSessionMetric.java356 candidatePhaseMetric.getResponseCollective()); in collectChosenMetricViaCandidateTransfer()