Searched refs:mFullBackupBuffer (Results 1 – 1 of 1) sorted by relevance
86 private byte[] mFullBackupBuffer; field in KitchenSinkBackupTransport497 mFullBackupBuffer = new byte[FULL_BACKUP_BUFFER_BYTE_SIZE]; in performFullBackup()523 if (numBytes > mFullBackupBuffer.length) { in sendBackupData()524 mFullBackupBuffer = new byte[numBytes]; in sendBackupData()542 int nRead = mSocketInputStream.read(mFullBackupBuffer, 0, bytesLeft); in sendBackupData()549 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead); in sendBackupData()