Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobInfo.java483 private final long networkUploadBytes; field in JobInfo
685 return networkUploadBytes; in getEstimatedNetworkUploadBytes()
895 if (networkUploadBytes != j.networkUploadBytes) { in equals()
971 hashCode = 31 * hashCode + Long.hashCode(networkUploadBytes); in hashCode()
1017 networkUploadBytes = in.readLong(); in JobInfo()
1060 networkUploadBytes = b.mNetworkUploadBytes; in JobInfo()
1108 out.writeLong(networkUploadBytes); in writeToParcel()
2258 if ((networkDownloadBytes > 0 || networkUploadBytes > 0 || minimumNetworkChunkBytes > 0) in enforceValidity()
2264 if (networkUploadBytes != NETWORK_BYTES_UNKNOWN && networkUploadBytes < 0) { in enforceValidity()
2266 "Invalid network upload bytes: " + networkUploadBytes); in enforceValidity()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7173 Landroid/app/job/JobInfo;->networkUploadBytes:J