Searched refs:networkUploadBytes (Results 1 – 1 of 1) sorted by relevance
299 private final long networkUploadBytes; field in JobInfo473 && networkUploadBytes == NETWORK_BYTES_UNKNOWN) { in getEstimatedNetworkBytes()476 return networkUploadBytes; in getEstimatedNetworkBytes()477 } else if (networkUploadBytes == NETWORK_BYTES_UNKNOWN) { in getEstimatedNetworkBytes()480 return networkDownloadBytes + networkUploadBytes; in getEstimatedNetworkBytes()505 return networkUploadBytes; in getEstimatedNetworkUploadBytes()666 if (networkUploadBytes != j.networkUploadBytes) { in equals()730 hashCode = 31 * hashCode + Long.hashCode(networkUploadBytes); in hashCode()766 networkUploadBytes = in.readLong(); in JobInfo()796 networkUploadBytes = b.mNetworkUploadBytes; in JobInfo()[all …]