Searched refs:FILE_SIZE (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 54 private final int FILE_SIZE = 10485613; field in BandwidthTest 116 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFile() 131 results.putInt("size", FILE_SIZE); in downloadFile() 167 mTestServer, FILE_SIZE, mDeviceId, ts); in uploadFile() 185 results.putInt("size", FILE_SIZE); in uploadFile() 229 mTestServer, FILE_SIZE, mDeviceId, ts); in downloadFileUsingDownloadManager() 242 results.putInt("size", FILE_SIZE); in downloadFileUsingDownloadManager()
|