Searched refs:screenOffTimer (Results 1 – 1 of 1) sorted by relevance
3789 Timer screenOffTimer = screenOffRpmStats.get(ent.getKey()); in dumpCheckinLocked() local3790 long screenOffTimeMs = screenOffTimer != null in dumpCheckinLocked()3791 ? (screenOffTimer.getTotalTimeLocked(rawRealtime, which) + 500) / 1000 : 0; in dumpCheckinLocked()3792 int screenOffCount = screenOffTimer != null in dumpCheckinLocked()3793 ? screenOffTimer.getCountLocked(which) : 0; in dumpCheckinLocked()