Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java1023 final long estDownloadBytes = jobStatus.getEstimatedNetworkDownloadBytes(); in isRelaxedSatisfied() local
1024 if (estDownloadBytes <= 0) { in isRelaxedSatisfied()
1046 final long estimatedBytes = estDownloadBytes in isRelaxedSatisfied()