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

/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java612 // Where we keep our journal files and other bookkeeping
779 // Start a new backup-queue journal file too
785 // At this point, we have started a new journal file, and the old
787 // When it completes successfully, that old journal file will be
788 // deleted. If we crash prior to that, the old journal is parsed
1218 // leftover journal files into the pending backup set
1524 // This isn't the current journal, so it must be a leftover. Read
1529 Slog.i(TAG, "Found stale backup journal, scheduling");
1756 // No more initialization needed; wipe the journal and reset our state.
2657 ArrayList<BackupRequest> queue, File journal, IBackupObserve
2656 PerformBackupTask(IBackupTransport transport, String dirName, ArrayList<BackupRequest> queue, File journal, IBackupObserver observer, ArrayList<String> pendingFullBackups, boolean userInitiated) argument
[all...]

Completed in 50 milliseconds