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