Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DPrefetchControllerTest.java248 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()
DFlexibilityControllerTest.java748 doReturn(700L).when(mPrefetchController).getLaunchTimeThresholdMs(); in testGetLifeCycleBeginningElapsedLocked_Prefetch()
1759 doReturn(7 * HOUR_IN_MILLIS).when(mPrefetchController).getLaunchTimeThresholdMs(); in testOnPrefetchCacheUpdated()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DPrefetchController.java610 long getLaunchTimeThresholdMs() { in getLaunchTimeThresholdMs() method in PrefetchController
DFlexibilityController.java197 mPrefetchController.getLaunchTimeThresholdMs();
643 estimatedLaunchTime - mPrefetchController.getLaunchTimeThresholdMs()); in getLifeCycleBeginningElapsedLocked()