Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobServiceContext.java216 private long mEstimatedDownloadBytes; field in JobServiceContext
380 mEstimatedDownloadBytes = job.getEstimatedNetworkDownloadBytes(); in executeRunnableJob()
732 return Pair.create(mEstimatedDownloadBytes, mEstimatedUploadBytes); in getEstimatedNetworkBytes()
852 if (mEstimatedDownloadBytes != JobInfo.NETWORK_BYTES_UNKNOWN in doUpdateEstimatedNetworkBytes()
854 if (mEstimatedDownloadBytes < downloadBytes) { in doUpdateEstimatedNetworkBytes()
859 } else if (mEstimatedDownloadBytes > downloadBytes) { in doUpdateEstimatedNetworkBytes()
880 mEstimatedDownloadBytes = downloadBytes; in doUpdateEstimatedNetworkBytes()