Loading services/backup/java/com/android/server/backup/BackupManagerService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -7562,7 +7562,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF // All set; now set up the IPC and launch the agent // All set; now set up the IPC and launch the agent setUpPipes(); setUpPipes(); mAgent = bindToAgentSynchronous(mTargetApp, mAgent = bindToAgentSynchronous(mTargetApp, ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); FullBackup.KEY_VALUE_DATA_TOKEN.equals(info.domain) ? ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL : ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); mAgentPackage = pkg; mAgentPackage = pkg; } catch (IOException e) { } catch (IOException e) { // fall through to error handling // fall through to error handling Loading services/backup/java/com/android/server/backup/restore/PerformAdbRestoreTask.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -610,7 +610,9 @@ public class PerformAdbRestoreTask implements Runnable { // All set; now set up the IPC and launch the agent // All set; now set up the IPC and launch the agent setUpPipes(); setUpPipes(); mAgent = mBackupManagerService.bindToAgentSynchronous(mTargetApp, mAgent = mBackupManagerService.bindToAgentSynchronous(mTargetApp, ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); FullBackup.KEY_VALUE_DATA_TOKEN.equals(info.domain) ? ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL : ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); mAgentPackage = pkg; mAgentPackage = pkg; } catch (IOException e) { } catch (IOException e) { // fall through to error handling // fall through to error handling Loading Loading
services/backup/java/com/android/server/backup/BackupManagerService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -7562,7 +7562,9 @@ if (MORE_DEBUG) Slog.v(TAG, " + got " + nRead + "; now wanting " + (size - soF // All set; now set up the IPC and launch the agent // All set; now set up the IPC and launch the agent setUpPipes(); setUpPipes(); mAgent = bindToAgentSynchronous(mTargetApp, mAgent = bindToAgentSynchronous(mTargetApp, ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); FullBackup.KEY_VALUE_DATA_TOKEN.equals(info.domain) ? ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL : ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); mAgentPackage = pkg; mAgentPackage = pkg; } catch (IOException e) { } catch (IOException e) { // fall through to error handling // fall through to error handling Loading
services/backup/java/com/android/server/backup/restore/PerformAdbRestoreTask.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -610,7 +610,9 @@ public class PerformAdbRestoreTask implements Runnable { // All set; now set up the IPC and launch the agent // All set; now set up the IPC and launch the agent setUpPipes(); setUpPipes(); mAgent = mBackupManagerService.bindToAgentSynchronous(mTargetApp, mAgent = mBackupManagerService.bindToAgentSynchronous(mTargetApp, ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); FullBackup.KEY_VALUE_DATA_TOKEN.equals(info.domain) ? ApplicationThreadConstants.BACKUP_MODE_INCREMENTAL : ApplicationThreadConstants.BACKUP_MODE_RESTORE_FULL); mAgentPackage = pkg; mAgentPackage = pkg; } catch (IOException e) { } catch (IOException e) { // fall through to error handling // fall through to error handling Loading