Searched refs:getTotalReceivedBytes (Results 1 – 2 of 2) sorted by relevance
35 import static com.android.federatedcompute.services.http.HttpClientUtil.getTotalReceivedBytes;179 getTotalReceivedBytes(reportResp));227 reportResultStats.addBytesDownloaded(getTotalReceivedBytes(resp));251 networkStats.addBytesDownloaded(getTotalReceivedBytes(response));353 networkStats.addBytesDownloaded(getTotalReceivedBytes(planDataResponse));354 networkStats.addBytesDownloaded(getTotalReceivedBytes(checkpointDataResponse));
136 public static long getTotalReceivedBytes(FederatedComputeHttpResponse response) { in getTotalReceivedBytes() method in HttpClientUtil