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