Searched refs:MAX_RECENT_TEMPS (Results 1 – 1 of 1) sorted by relevance
50 private static final int MAX_RECENT_TEMPS = 125; // TEMPERATURE_LOGGING_INTERVAL plus a buffer field in PowerUI69 private float[] mRecentTemps = new float[MAX_RECENT_TEMPS];299 if (mNextLogTime > System.currentTimeMillis() && mNumTemps != MAX_RECENT_TEMPS) { in logTemperatureStats()