Searched refs:nextCheckTime (Results 1 – 2 of 2) sorted by relevance
893 final long nextCheckTime; in reportEvent() local902 nextCheckTime = mNotificationSeenTimeoutMillis; in reportEvent()907 nextCheckTime = mSystemInteractionTimeoutMillis; in reportEvent()914 nextCheckTime = mInitialForegroundServiceStartTimeoutMillis; in reportEvent()919 nextCheckTime = mStrongUsageTimeoutMillis; in reportEvent()923 nextCheckTime); in reportEvent() local
1979 long nextCheckTime = Long.MAX_VALUE; in checkForLongWakeLocks() local1992 if (checkTime < nextCheckTime) { in checkForLongWakeLocks()1993 nextCheckTime = checkTime; in checkForLongWakeLocks()2001 if (nextCheckTime != Long.MAX_VALUE) { in checkForLongWakeLocks()2002 mNotifyLongNextCheck = nextCheckTime; in checkForLongWakeLocks()2003 enqueueNotifyLongMsgLocked(nextCheckTime); in checkForLongWakeLocks()