Searched refs:totalNetworkBytes (Results 1 – 1 of 1) sorted by relevance
308 private long totalNetworkBytes = JobInfo.NETWORK_BYTES_UNKNOWN; field in JobStatus790 totalNetworkBytes = computeEstimatedNetworkBytesLocked(); in updateEstimatedNetworkBytesLocked()797 long totalNetworkBytes = 0; in computeEstimatedNetworkBytesLocked() local802 totalNetworkBytes += networkBytes; in computeEstimatedNetworkBytesLocked()810 totalNetworkBytes += networkBytes; in computeEstimatedNetworkBytesLocked()814 return totalNetworkBytes; in computeEstimatedNetworkBytesLocked()818 return totalNetworkBytes; in getEstimatedNetworkBytes()1527 if (totalNetworkBytes != JobInfo.NETWORK_BYTES_UNKNOWN) { in dump()1529 pw.println(totalNetworkBytes); in dump()1720 if (totalNetworkBytes != JobInfo.NETWORK_BYTES_UNKNOWN) { in dump()[all …]