Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java327 long mCheckIdleIntervalMillis = Math.min(DEFAULT_ELAPSED_TIME_THRESHOLDS[1] / 4, field in AppStandbyController
2462 TimeUtils.formatDuration(mCheckIdleIntervalMillis, pw); in dumpState()
2891 expirationTime = nowElapsed + mCheckIdleIntervalMillis; in handleMessage()
3304 mCheckIdleIntervalMillis = Math.min(mAppStandbyElapsedThresholds[1] / 4, in updateTimeThresholds()