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

/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java95 private BufferedOutputStream mFullBackupOutputStream; field in class:LocalTransport
288 if (mFullBackupOutputStream != null) {
289 mFullBackupOutputStream.flush();
290 mFullBackupOutputStream.close();
302 mFullBackupOutputStream = null;
379 if (mFullBackupOutputStream == null) {
387 mFullBackupOutputStream = new BufferedOutputStream(tarstream);
399 mFullBackupOutputStream.write(mFullBackupBuffer, 0, nRead);

Completed in 93 milliseconds