Searched refs:DOWNLOAD_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
20 private static final int DOWNLOAD_BUFFER_SIZE = 1024 * 4; field in WifiDownloadReceiver169 byte[] buffer = new byte[DOWNLOAD_BUFFER_SIZE]; in downloadFile()