Searched refs:nextCheckTime (Results 1 – 2 of 2) sorted by relevance
849 final long nextCheckTime; in reportEvent() local858 nextCheckTime = mNotificationSeenTimeoutMillis; in reportEvent()863 nextCheckTime = mSystemInteractionTimeoutMillis; in reportEvent()868 nextCheckTime = mStrongUsageTimeoutMillis; in reportEvent()872 nextCheckTime); in reportEvent() local
1904 long nextCheckTime = Long.MAX_VALUE; in checkForLongWakeLocks() local1917 if (checkTime < nextCheckTime) { in checkForLongWakeLocks()1918 nextCheckTime = checkTime; in checkForLongWakeLocks()1926 if (nextCheckTime != Long.MAX_VALUE) { in checkForLongWakeLocks()1927 mNotifyLongNextCheck = nextCheckTime; in checkForLongWakeLocks()1928 enqueueNotifyLongMsgLocked(nextCheckTime); in checkForLongWakeLocks()