Searched refs:getLaunchTimeThresholdMs (Results 1 – 4 of 4) sorted by relevance
247 assertEquals(5 * HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_ValidValues()257 assertEquals(HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_InvalidValues()264 assertEquals(24 * HOUR_IN_MILLIS, mPrefetchController.getLaunchTimeThresholdMs()); in testConstantsUpdating_InvalidValues()
423 when(mPrefetchController.getLaunchTimeThresholdMs()).thenReturn(700L); in testGetLifeCycleBeginningElapsedLocked_Prefetch()891 when(mPrefetchController.getLaunchTimeThresholdMs()).thenReturn(7 * HOUR_IN_MILLIS); in testOnPrefetchCacheUpdated()
164 mPrefetchController.getLaunchTimeThresholdMs();310 estimatedLaunchTime - mPrefetchController.getLaunchTimeThresholdMs()); in getLifeCycleBeginningElapsedLocked()
604 long getLaunchTimeThresholdMs() { in getLaunchTimeThresholdMs() method in PrefetchController