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.java52 * and {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} methods,
85 * {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} method will be
222 * onRestore() throws an exception, the OS will assume that the
242 public abstract void onRestore(BackupDataInput data, int appVersionCode, method in class:BackupAgent
599 BackupAgent.this.onRestore(input, appVersionCode, newState);
601 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
604 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.java390 public void onRestore(BackupDataInput data, int appVersionCode, method in class:SettingsBackupAgent

Completed in 125 milliseconds