Searched refs:mLaunchTimeThresholdMs (Results 1 – 1 of 1) sorted by relevance
94 private long mLaunchTimeThresholdMs = PcConstants.DEFAULT_LAUNCH_TIME_THRESHOLD_MS; field in PrefetchController364 && 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()