Searched refs:onRestore (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DFullBackupAgent.java37 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:FullBackupAgent
H A DBackupAgentHelper.java73 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:BackupAgentHelper
H A DBackupAgent.java47 * and {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} methods,
80 * {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} method will be
191 * onRestore() throws an exception, the OS will assume that the
211 public abstract void onRestore(BackupDataInput data, int appVersionCode, method in class:BackupAgent
517 BackupAgent.this.onRestore(input, appVersionCode, newState);
519 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
522 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java99 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:SystemBackupAgent
110 super.onRestore(data, appVersionCode, newState);
H A DPackageManagerBackupAgent.java253 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:PackageManagerBackupAgent
257 if (DEBUG) Slog.v(TAG, "onRestore()");
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
H A DHugeAgent.java220 public void onRestore(BackupDataInput data, int appVersionCode, method in class:HugeAgent
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java362 public void onRestore(BackupDataInput data, int appVersionCode, method in class:SettingsBackupAgent

Completed in 3452 milliseconds