Home
last modified time | relevance | path

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

/frameworks/base/services/credentials/java/com/android/server/credentials/metrics/
DCandidateAggregateMetric.java66 private Map<String, Integer> mExceptionCountAuth = new LinkedHashMap<>(); field in CandidateAggregateMetric
218 String[] result = new String[mExceptionCountAuth.keySet().size()]; in getUniqueExceptionStringsAuth()
219 mExceptionCountAuth.keySet().toArray(result); in getUniqueExceptionStringsAuth()
230 return mExceptionCountAuth.values().stream().mapToInt(Integer::intValue).toArray(); in getUniqueExceptionCountsAuth()