Loading services/backup/java/com/android/server/backup/Trampoline.java +8 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,14 @@ public class Trampoline extends IBackupManager.Stub { BackupManagerService svc = mService; if (svc != null) { svc.selectBackupTransportAsync(transport, listener); } else { if (listener != null) { try { listener.onFailure(BackupManager.ERROR_BACKUP_NOT_ALLOWED); } catch (RemoteException ex) { // Ignore } } } } Loading Loading
services/backup/java/com/android/server/backup/Trampoline.java +8 −0 Original line number Diff line number Diff line Loading @@ -304,6 +304,14 @@ public class Trampoline extends IBackupManager.Stub { BackupManagerService svc = mService; if (svc != null) { svc.selectBackupTransportAsync(transport, listener); } else { if (listener != null) { try { listener.onFailure(BackupManager.ERROR_BACKUP_NOT_ALLOWED); } catch (RemoteException ex) { // Ignore } } } } Loading