Searched refs:nBytes (Results 1 – 2 of 2) sorted by relevance
540 int nBytes;593 nBytes = toByte - i +1;594 if ( nBytes != 0 ) {598 if ( nBytes != 1 ) {600 if ( nBytes != 2) {
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()