Searched refs:BandwidthTestUtil (Results 1 – 2 of 2) sorted by relevance
36 import com.android.bandwidthtest.util.BandwidthTestUtil;122 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFile()126 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in downloadFile()173 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in uploadFile()176 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in uploadFile()181 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile)); in uploadFile()235 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFileUsingDownloadManager()267 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc()269 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); in fetchDataFromProc()
44 public class BandwidthTestUtil { class