Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java324 long mCheckIdleIntervalMillis = Math.min(DEFAULT_ELAPSED_TIME_THRESHOLDS[1] / 4, field in AppStandbyController
2431 TimeUtils.formatDuration(mCheckIdleIntervalMillis, pw); in dumpState()
2828 expirationTime = nowElapsed + mCheckIdleIntervalMillis; in handleMessage()
3241 mCheckIdleIntervalMillis = Math.min(mAppStandbyElapsedThresholds[1] / 4, in updateTimeThresholds()