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
1997 long nextCheckTime = Long.MAX_VALUE; in checkForLongWakeLocks() local2010 if (checkTime < nextCheckTime) { in checkForLongWakeLocks()2011 nextCheckTime = checkTime; in checkForLongWakeLocks()2019 if (nextCheckTime != Long.MAX_VALUE) { in checkForLongWakeLocks()2020 mNotifyLongNextCheck = nextCheckTime; in checkForLongWakeLocks()2021 enqueueNotifyLongMsgLocked(nextCheckTime); in checkForLongWakeLocks()