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.java105 private static final ArrayMap<String, Long> TRON_METRICS = new ArrayMap<>(); field in ShutdownThread
545 synchronized (TRON_METRICS) { in metricStarted()
546 TRON_METRICS.put(metricKey, -1 * SystemClock.elapsedRealtime()); in metricStarted()
551 synchronized (TRON_METRICS) { in metricEnded()
552 TRON_METRICS in metricEnded()
553 .put(metricKey, SystemClock.elapsedRealtime() + TRON_METRICS.get(metricKey)); in metricEnded()
558 synchronized (TRON_METRICS) { in metricShutdownStart()
559 TRON_METRICS.put(METRIC_SHUTDOWN_TIME_START, System.currentTimeMillis()); in metricShutdownStart()
624 .logDuration("ShutdownRadio", TRON_METRICS.get(METRIC_RADIO)); in shutdownRadios()
689 final int metricsSize = TRON_METRICS.size(); in saveMetrics()
[all …]