Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java50 private static final int MAX_RECENT_TEMPS = 125; // TEMPERATURE_LOGGING_INTERVAL plus a buffer field in PowerUI
69 private float[] mRecentTemps = new float[MAX_RECENT_TEMPS];
299 if (mNextLogTime > System.currentTimeMillis() && mNumTemps != MAX_RECENT_TEMPS) { in logTemperatureStats()