Searched refs:getLaunchTimeThresholdMs (Results 1 – 4 of 4) sorted by relevance
248 assertEquals(5 * HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_ValidValues()258 assertEquals(HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_InvalidValues()265 assertEquals(24 * HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_InvalidValues()
748 doReturn(700L).when(mPrefetchController).getLaunchTimeThresholdMs(); in testGetLifeCycleBeginningElapsedLocked_Prefetch()1759 doReturn(7 * HOUR_IN_MILLIS).when(mPrefetchController).getLaunchTimeThresholdMs(); in testOnPrefetchCacheUpdated()
610 long getLaunchTimeThresholdMs() { in getLaunchTimeThresholdMs() method in PrefetchController
197 mPrefetchController.getLaunchTimeThresholdMs();643 estimatedLaunchTime - mPrefetchController.getLaunchTimeThresholdMs()); in getLifeCycleBeginningElapsedLocked()