Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DConnectivityController.java788 final long estimatedDownloadTimeMs = calculateTransferTimeMs(downloadBytes, in getEstimatedTransferTimeMs() local
792 if (estimatedDownloadTimeMs == UNKNOWN_TIME) { in getEstimatedTransferTimeMs()
795 return estimatedDownloadTimeMs; in getEstimatedTransferTimeMs()
797 return estimatedDownloadTimeMs + estimatedUploadTimeMs; in getEstimatedTransferTimeMs()