Loading services/backup/java/com/android/server/backup/BackupManagerService.java +3 −5 Original line number Diff line number Diff line Loading @@ -2462,12 +2462,10 @@ public class BackupManagerService { operationsToCancel.add(token); } } } for (Integer token : operationsToCancel) { handleCancel(token, true /* cancelAll */); } } // We don't want the backup jobs to kick in any time soon. // Reschedules them to run in the distant future. KeyValueBackupJob.schedule(mContext, BUSY_BACKOFF_MIN_MILLIS); Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +3 −5 Original line number Diff line number Diff line Loading @@ -2462,12 +2462,10 @@ public class BackupManagerService { operationsToCancel.add(token); } } } for (Integer token : operationsToCancel) { handleCancel(token, true /* cancelAll */); } } // We don't want the backup jobs to kick in any time soon. // Reschedules them to run in the distant future. KeyValueBackupJob.schedule(mContext, BUSY_BACKOFF_MIN_MILLIS); Loading