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

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

Completed in 27 milliseconds