Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DPrefetchController.java94 private long mLaunchTimeThresholdMs = PcConstants.DEFAULT_LAUNCH_TIME_THRESHOLD_MS; field in PrefetchController
367 && nextEstimatedLaunchTime - now > mLaunchTimeThresholdMs) { in updateThresholdAlarmLocked()
370 nextEstimatedLaunchTime - (now + mLaunchTimeThresholdMs); in updateThresholdAlarmLocked()
386 <= now + mLaunchTimeThresholdMs - mLaunchTimeAllowanceMs; in willBeLaunchedSoonLocked()
578 if (mLaunchTimeThresholdMs != newLaunchTimeThresholdMs) { in processConstantLocked()
579 mLaunchTimeThresholdMs = newLaunchTimeThresholdMs; in processConstantLocked()
583 mLaunchTimeThresholdMs / 10); in processConstantLocked()
611 return mLaunchTimeThresholdMs; in getLaunchTimeThresholdMs()