Searched refs:BandwidthTestUtil (Results 1 – 2 of 2) sorted by relevance
37 import com.android.bandwidthtest.util.BandwidthTestUtil;123 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFile()127 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in downloadFile()174 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in uploadFile()177 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile)); in uploadFile()182 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile)); in uploadFile()236 String targetUrl = BandwidthTestUtil.buildDownloadUrl( in downloadFileUsingDownloadManager()268 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc()270 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat); in fetchDataFromProc()
44 public class BandwidthTestUtil { class