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

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

Completed in 91 milliseconds