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

/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java372 // Where we keep our journal files and other bookkeeping
461 // Start a new backup-queue journal file too
467 // At this point, we have started a new journal file, and the old
469 // When it completes successfully, that old journal file will be
470 // deleted. If we crash prior to that, the old journal is parsed
788 // leftover journal files into the pending backup set
953 // This isn't the current journal, so it must be a leftover. Read
958 Slog.i(TAG, "Found stale backup journal, scheduling");
1187 // No more initialization needed; wipe the journal and reset our state.
1806 File journal) {
1805 PerformBackupTask(IBackupTransport transport, ArrayList<BackupRequest> queue, File journal) argument
[all...]

Completed in 116 milliseconds