Searched refs:nBytes (Results 1 – 1 of 1) sorted by relevance
280 final int nBytes = (int) mDownloadFile.length(); in handleReceivedResult() local282 final byte[] response = new byte[nBytes]; in handleReceivedResult()283 final int read = reader.read(response, 0, nBytes); in handleReceivedResult()284 if (read == nBytes) { in handleReceivedResult()