Home
last modified time | relevance | path

Searched refs:mFullBackupOutputStream (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/backup/
DKitchenSinkBackupTransport.java91 private BufferedOutputStream mFullBackupOutputStream; field in KitchenSinkBackupTransport
428 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()