Searched refs:whenToCheck (Results 1 – 1 of 1) sorted by relevance
186 final long whenToCheck = nextScreenDimming - getAttentionTimeout(); in updateUserActivity() local188 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()