Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java106 private static final ArrayMap<String, Long> TRON_METRICS = new ArrayMap<>(); field in ShutdownThread
555 synchronized (TRON_METRICS) { in metricStarted()
556 TRON_METRICS.put(metricKey, -1 * SystemClock.elapsedRealtime()); in metricStarted()
561 synchronized (TRON_METRICS) { in metricEnded()
562 TRON_METRICS in metricEnded()
563 .put(metricKey, SystemClock.elapsedRealtime() + TRON_METRICS.get(metricKey)); in metricEnded()
568 synchronized (TRON_METRICS) { in metricShutdownStart()
569 TRON_METRICS.put(METRIC_SHUTDOWN_TIME_START, System.currentTimeMillis()); in metricShutdownStart()
625 .logDuration("ShutdownRadio", TRON_METRICS.get(METRIC_RADIO)); in shutdownRadios()
690 final int metricsSize = TRON_METRICS.size(); in saveMetrics()
[all …]