Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DMetricUtilities.java330 .getCountForEntry(EntryEnum.CREDENTIAL_ENTRY); in logApiCalledCandidatePhase()
334 .getCountForEntry(EntryEnum.ACTION_ENTRY); in logApiCalledCandidatePhase()
336 .getCountForEntry(EntryEnum.AUTHENTICATION_ENTRY); in logApiCalledCandidatePhase()
338 .getCountForEntry(EntryEnum.REMOTE_ENTRY); in logApiCalledCandidatePhase()
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/shared/
H A DResponseCollective.java124 public int getCountForEntry(EntryEnum e) { in getCountForEntry() method in ResponseCollective