Searched refs:FILE_SIZE (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 55 private final int FILE_SIZE = 10485613; field in BandwidthTest 123 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFile() 138 results.putInt("size", FILE_SIZE); in downloadFile() 174 mTestServer, FILE_SIZE, mDeviceId, ts); in uploadFile() 192 results.putInt("size", FILE_SIZE); in uploadFile() 236 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFileUsingDownloadManager() 249 results.putInt("size", FILE_SIZE); in downloadFileUsingDownloadManager()
|