Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java885 final long estimatedDownloadTimeMs = calculateTransferTimeMs(downloadBytes, in getEstimatedTransferTimeMs() local
889 if (estimatedDownloadTimeMs == UNKNOWN_TIME) { in getEstimatedTransferTimeMs()
892 return estimatedDownloadTimeMs; in getEstimatedTransferTimeMs()
894 return estimatedDownloadTimeMs + estimatedUploadTimeMs; in getEstimatedTransferTimeMs()