Searched defs:journal (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java551 // Where we keep our journal files and other bookkeeping
700 // Start a new backup-queue journal file too
706 // At this point, we have started a new journal file, and the old
708 // When it completes successfully, that old journal file will be
709 // deleted. If we crash prior to that, the old journal is parsed
1111 // leftover journal files into the pending backup set
1417 // This isn't the current journal, so it must be a leftover. Read
1422 Slog.i(TAG, "Found stale backup journal, scheduling");
1649 // No more initialization needed; wipe the journal and reset our state.
2438 ArrayList<BackupRequest> queue, File journal) {
2437 PerformBackupTask(IBackupTransport transport, String dirName, ArrayList<BackupRequest> queue, File journal) argument
[all...]

Completed in 124 milliseconds