Loading services/java/com/android/server/BackupManagerService.java +8 −8 Original line number Diff line number Diff line Loading @@ -760,6 +760,7 @@ class BackupManagerService extends IBackupManager.Stub { sf.delete(); } } } // Enqueue a new backup of every participant int N = mBackupParticipants.size(); Loading @@ -771,7 +772,6 @@ class BackupManagerService extends IBackupManager.Stub { } } } } // Add a transport to our set of available backends. If 'transport' is null, this // is an unregistration, and the transport's entry is removed from our bookkeeping. Loading Loading
services/java/com/android/server/BackupManagerService.java +8 −8 Original line number Diff line number Diff line Loading @@ -760,6 +760,7 @@ class BackupManagerService extends IBackupManager.Stub { sf.delete(); } } } // Enqueue a new backup of every participant int N = mBackupParticipants.size(); Loading @@ -771,7 +772,6 @@ class BackupManagerService extends IBackupManager.Stub { } } } } // Add a transport to our set of available backends. If 'transport' is null, this // is an unregistration, and the transport's entry is removed from our bookkeeping. Loading