Searched refs:networkUploadBytes (Results 1 – 1 of 1) sorted by relevance
316 private final long networkUploadBytes; field in JobInfo491 && networkUploadBytes == NETWORK_BYTES_UNKNOWN) { in getEstimatedNetworkBytes()494 return networkUploadBytes; in getEstimatedNetworkBytes()495 } else if (networkUploadBytes == NETWORK_BYTES_UNKNOWN) { in getEstimatedNetworkBytes()498 return networkDownloadBytes + networkUploadBytes; in getEstimatedNetworkBytes()523 return networkUploadBytes; in getEstimatedNetworkUploadBytes()684 if (networkUploadBytes != j.networkUploadBytes) { in equals()748 hashCode = 31 * hashCode + Long.hashCode(networkUploadBytes); in hashCode()784 networkUploadBytes = in.readLong(); in JobInfo()814 networkUploadBytes = b.mNetworkUploadBytes; in JobInfo()[all …]