Searched refs:networkUploadBytes (Results 1 – 2 of 2) sorted by relevance
326 private final long networkUploadBytes; field in JobInfo514 return networkUploadBytes; in getEstimatedNetworkUploadBytes()679 if (networkUploadBytes != j.networkUploadBytes) { in equals()743 hashCode = 31 * hashCode + Long.hashCode(networkUploadBytes); in hashCode()779 networkUploadBytes = in.readLong(); in JobInfo()809 networkUploadBytes = b.mNetworkUploadBytes; in JobInfo()853 out.writeLong(networkUploadBytes); in writeToParcel()1652 if ((networkDownloadBytes > 0 || networkUploadBytes > 0) && networkRequest == null) { in enforceValidity()
7173 Landroid/app/job/JobInfo;->networkUploadBytes:J