Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java220 private long mEstimatedDownloadBytes; field in JobServiceContext
376 mEstimatedDownloadBytes = job.getEstimatedNetworkDownloadBytes(); in executeRunnableJob()
734 return Pair.create(mEstimatedDownloadBytes, mEstimatedUploadBytes); in getEstimatedNetworkBytes()
854 if (mEstimatedDownloadBytes != JobInfo.NETWORK_BYTES_UNKNOWN in doUpdateEstimatedNetworkBytes()
856 if (mEstimatedDownloadBytes < downloadBytes) { in doUpdateEstimatedNetworkBytes()
861 } else if (mEstimatedDownloadBytes > downloadBytes) { in doUpdateEstimatedNetworkBytes()
882 mEstimatedDownloadBytes = downloadBytes; in doUpdateEstimatedNetworkBytes()