Searched refs:mNextLogTime (Results 1 – 1 of 1) sorted by relevance
71 private long mNextLogTime; field in PowerUI299 if (mNextLogTime > System.currentTimeMillis() && mNumTemps != MAX_RECENT_TEMPS) { in logTemperatureStats()327 mNextLogTime = System.currentTimeMillis() + TEMPERATURE_LOGGING_INTERVAL; in setNextLogTime()359 pw.println(Long.toString(mNextLogTime)); in dump()