Searched refs:whenToCheck (Results 1 – 1 of 1) sorted by relevance
211 final long whenToCheck = nextScreenDimming - mPreDimCheckDurationMillis; in updateUserActivity() local213 if (now < whenToCheck) { in updateUserActivity()215 Slog.d(TAG, "Do not check for attention yet, wait " + (whenToCheck - now)); in updateUserActivity()217 return whenToCheck; in updateUserActivity()218 } else if (whenToStopExtending < whenToCheck) { in updateUserActivity()221 + (whenToCheck - whenToStopExtending)); in updateUserActivity()228 return whenToCheck; in updateUserActivity()249 return whenToCheck; in updateUserActivity()