Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java183 finalPhaseMetric.getResponseCollective().getUniqueEntries(), in logApiCalledFinalPhase()
185 finalPhaseMetric.getResponseCollective().getUniqueEntryCounts(), in logApiCalledFinalPhase()
189 finalPhaseMetric.getResponseCollective().getUniqueResponseCounts(), in logApiCalledFinalPhase()
264 metric.getResponseCollective().getUniqueResponseStrings(), in logApiCalledCandidateGetMetric()
266 metric.getResponseCollective().getUniqueResponseCounts() in logApiCalledCandidateGetMetric()
327 candidateTotalEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
333 candidateActionEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
335 candidateAuthEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
337 candidateRemoteEntryCountList[index] = metric.getResponseCollective() in logApiCalledCandidatePhase()
555 finalPhaseMetric.getResponseCollective().getUniqueEntries(), in logApiCalledNoUidFinal()
[all …]
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidatePhaseMetric.java177 public ResponseCollective getResponseCollective() { in getResponseCollective() method in CandidatePhaseMetric
H A DChosenProviderFinalPhaseMetric.java278 public ResponseCollective getResponseCollective() { in getResponseCollective() method in ChosenProviderFinalPhaseMetric
H A DCandidateAggregateMetric.java103 ResponseCollective candidateCollective = candidateMetric.getResponseCollective(); in collectQueryAggregates()
H A DRequestSessionMetric.java338 candidatePhaseMetric.getResponseCollective()); in collectChosenMetricViaCandidateTransfer()