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