Searched refs:mCurrentMetrics (Results 1 – 1 of 1) sorted by relevance
38 private HashMap<String, Metric> mCurrentMetrics = new LinkedHashMap<>(); field in DeviceMetricData54 synchronized (mCurrentMetrics) { in addMetric()63 mCurrentMetrics.put(actualKey, m); in addMetric()75 synchronized (mCurrentMetrics) { in addMetricForDevice()84 mCurrentMetrics.put(actualKey, m); in addMetricForDevice()96 synchronized (mCurrentMetrics) { in addToMetrics()97 metrics.putAll(mCurrentMetrics); in addToMetrics()