HomeSort by relevance Sort by last modified time
    Searched defs:BandwidthTestUtil (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 35 import com.android.bandwidthtest.util.BandwidthTestUtil;
117 String targetUrl = BandwidthTestUtil.buildDownloadUrl(
121 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile));
168 String targetUrl = BandwidthTestUtil.buildDownloadUrl(
171 assertTrue(BandwidthTestUtil.DownloadFromUrl(targetUrl, tmpSaveFile));
176 assertTrue(BandwidthTestUtil.postFileToServer(mTestServer, mDeviceId, ts, tmpSaveFile));
230 String targetUrl = BandwidthTestUtil.buildDownloadUrl(
261 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat);
263 int tx = BandwidthTestUtil.parseIntValueFromFile(snd_stat);
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
BandwidthTestUtil.java 44 public class BandwidthTestUtil {
45 private static final String LOG_TAG = "BandwidthTestUtil";

Completed in 40 milliseconds