Searched refs:uploadBytes (Results 1 – 1 of 1) sorted by relevance
/cts/tests/JobScheduler/src/android/jobscheduler/ |
D | MockJobService.java | 329 private void setEstimatedNetworkBytesForTest(long downloadBytes, long uploadBytes) { in setEstimatedNetworkBytesForTest() argument 331 mEstimatedUploadBytes = uploadBytes; in setEstimatedNetworkBytesForTest() 332 updateEstimatedNetworkBytes(mParams, downloadBytes, uploadBytes); in setEstimatedNetworkBytesForTest() 335 private void setTransferredBytesForTest(long downloadBytes, long uploadBytes) { in setTransferredBytesForTest() argument 337 mTransferredUploadBytes = uploadBytes; in setTransferredBytesForTest() 338 updateTransferredNetworkBytes(mParams, downloadBytes, uploadBytes); in setTransferredBytesForTest() 593 public void setEstimatedNetworkBytes(long downloadBytes, long uploadBytes) { in setEstimatedNetworkBytes() argument 594 mExecutedJobService.setEstimatedNetworkBytesForTest(downloadBytes, uploadBytes); in setEstimatedNetworkBytes() 597 public void setTransferredNetworkBytes(long downloadBytes, long uploadBytes) { in setTransferredNetworkBytes() argument 598 mExecutedJobService.setTransferredBytesForTest(downloadBytes, uploadBytes); in setTransferredNetworkBytes()
|