Searched refs:BandwidthTestUtil (Results 1 – 2 of 2) sorted by relevance
35 import com.android.bandwidthtest.util.BandwidthTestUtil;115 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFile()119 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in downloadFile()166 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in uploadFile()169 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in uploadFile()174 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile)); in uploadFile()228 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFileUsingDownloadManager()260 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc()262 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); in fetchDataFromProc()
44 public class BandwidthTestUtil { class