Searched refs:mFullBackupBuffer (Results 1 – 1 of 1) sorted by relevance
97 private byte[] mFullBackupBuffer; field in LocalTransport522 mFullBackupBuffer = new byte[4096]; in performFullBackup()539 if (numBytes > mFullBackupBuffer.length) { in sendBackupData()540 mFullBackupBuffer = new byte[numBytes]; in sendBackupData()557 int nRead = mSocketInputStream.read(mFullBackupBuffer, 0, bytesLeft); in sendBackupData()563 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead); in sendBackupData()