Searched refs:mFullBackupOutputStream (Results 1 – 1 of 1) sorted by relevance
91 private BufferedOutputStream mFullBackupOutputStream; field in KitchenSinkBackupTransport428 if (mFullBackupOutputStream != null) { in closeFullBackup()431 mFullBackupOutputStream.flush(); in closeFullBackup()432 mFullBackupOutputStream.close(); in closeFullBackup()444 mFullBackupOutputStream = null; in closeFullBackup()527 if (mFullBackupOutputStream == null) { in sendBackupData()536 mFullBackupOutputStream = new BufferedOutputStream(outputStream); in sendBackupData()549 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead); in sendBackupData()