Home
last modified time | relevance | path

Searched refs:whenToCheck (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java186 final long whenToCheck = nextScreenDimming - getAttentionTimeout(); in updateUserActivity() local
188 if (now < whenToCheck) { in updateUserActivity()
190 Slog.d(TAG, "Do not check for attention yet, wait " + (whenToCheck - now)); in updateUserActivity()
192 return whenToCheck; in updateUserActivity()
193 } else if (whenToStopExtending < whenToCheck) { in updateUserActivity()
196 + (whenToCheck - whenToStopExtending)); in updateUserActivity()
203 return whenToCheck; in updateUserActivity()
220 return whenToCheck; in updateUserActivity()