Home
last modified time | relevance | path

Searched refs:nextCheckTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java893 final long nextCheckTime; in reportEvent() local
902 nextCheckTime = mNotificationSeenTimeoutMillis; in reportEvent()
907 nextCheckTime = mSystemInteractionTimeoutMillis; in reportEvent()
914 nextCheckTime = mInitialForegroundServiceStartTimeoutMillis; in reportEvent()
919 nextCheckTime = mStrongUsageTimeoutMillis; in reportEvent()
923 nextCheckTime); in reportEvent() local
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java1997 long nextCheckTime = Long.MAX_VALUE; in checkForLongWakeLocks() local
2010 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()