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

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

Completed in 87 milliseconds