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