Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/
DMetricUtilities.java342 .getCountForEntry(EntryEnum.CREDENTIAL_ENTRY); in logApiCalledCandidatePhase()
346 .getCountForEntry(EntryEnum.ACTION_ENTRY); in logApiCalledCandidatePhase()
348 .getCountForEntry(EntryEnum.AUTHENTICATION_ENTRY); in logApiCalledCandidatePhase()
350 .getCountForEntry(EntryEnum.REMOTE_ENTRY); in logApiCalledCandidatePhase()
/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/shared/
DResponseCollective.java124 public int getCountForEntry(EntryEnum e) { in getCountForEntry() method in ResponseCollective