Home
last modified time | relevance | path

Searched refs:downloadBytes (Results 1 – 1 of 1) sorted by relevance

/cts/tests/JobScheduler/src/android/jobscheduler/
DMockJobService.java329 private void setEstimatedNetworkBytesForTest(long downloadBytes, long uploadBytes) { in setEstimatedNetworkBytesForTest() argument
330 mEstimatedDownloadBytes = downloadBytes; in setEstimatedNetworkBytesForTest()
332 updateEstimatedNetworkBytes(mParams, downloadBytes, uploadBytes); in setEstimatedNetworkBytesForTest()
335 private void setTransferredBytesForTest(long downloadBytes, long uploadBytes) { in setTransferredBytesForTest() argument
336 mTransferredDownloadBytes = downloadBytes; 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()