Searched refs:mExceptionCountAuth (Results 1 – 1 of 1) sorted by relevance
66 private Map<String, Integer> mExceptionCountAuth = new LinkedHashMap<>(); field in CandidateAggregateMetric218 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()