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