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

/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java91 private BufferedOutputStream mFullBackupOutputStream; field in class:LocalTransport
286 if (mFullBackupOutputStream != null) {
287 mFullBackupOutputStream.flush();
288 mFullBackupOutputStream.close();
300 mFullBackupOutputStream = null;
366 if (mFullBackupOutputStream == null) {
374 mFullBackupOutputStream = new BufferedOutputStream(tarstream);
386 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead);

Completed in 28 milliseconds