Home
last modified time | relevance | path

Searched refs:getEntryCountsMap (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
H A DCandidateAggregateMetric.java107 candidateCollective.getEntryCountsMap()); in collectQueryAggregates()
141 authCollective.getEntryCountsMap()); in collectAuthAggregates()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/shared/
H A DResponseCollective.java79 public Map<EntryEnum, Integer> getEntryCountsMap() { in getEntryCountsMap() method in ResponseCollective