Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DPrefetchController.java94 private long mLaunchTimeThresholdMs = PcConstants.DEFAULT_LAUNCH_TIME_THRESHOLD_MS; field in PrefetchController
364 && nextEstimatedLaunchTime - now > mLaunchTimeThresholdMs) { in updateThresholdAlarmLocked()
367 nextEstimatedLaunchTime - (now + mLaunchTimeThresholdMs); in updateThresholdAlarmLocked()
383 <= now + mLaunchTimeThresholdMs - mLaunchTimeAllowanceMs; in willBeLaunchedSoonLocked()
572 if (mLaunchTimeThresholdMs != newLaunchTimeThresholdMs) { in processConstantLocked()
573 mLaunchTimeThresholdMs = newLaunchTimeThresholdMs; in processConstantLocked()
577 mLaunchTimeThresholdMs / 10); in processConstantLocked()
605 return mLaunchTimeThresholdMs; in getLaunchTimeThresholdMs()