Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/telemetry/
DResultStore.java80 private final ArrayMap<String, Integer> mReportCountMap = new ArrayMap<>(); field in ResultStore
387 mReportCountMap.remove(metricsConfigName); in removeResult()
517 int id = mReportCountMap.getOrDefault(metricsConfigName, 0); in annotateReport()
520 mReportCountMap.put(metricsConfigName, id); in annotateReport()