Searched refs:mFullBackupBuffer (Results 1 – 1 of 1) sorted by relevance
96 private byte[] mFullBackupBuffer; field in LocalTransport358 mFullBackupBuffer = new byte[4096]; in performFullBackup()375 if (numBytes > mFullBackupBuffer.length) { in sendBackupData()376 mFullBackupBuffer = new byte[numBytes]; in sendBackupData()393 int nRead = mSocketInputStream.read(mFullBackupBuffer, 0, bytesLeft); in sendBackupData()399 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead); in sendBackupData()