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.java51 * and {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} methods,
84 * {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} method will be
225 * onRestore() throws an exception, the OS will assume that the
245 public abstract void onRestore(BackupDataInput data, int appVersionCode, method in class:BackupAgent
580 * the {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} or
585 * @see #onRestore(BackupDataInput, int, ParcelFileDescriptor)
653 BackupAgent.this.onRestore(inpu
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java107 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:SystemBackupAgent
118 super.onRestore(data, appVersionCode, newState);
/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/services/backup/java/com/android/server/backup/
H A DPackageManagerBackupAgent.java356 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:PackageManagerBackupAgent
360 if (DEBUG) Slog.v(TAG, "onRestore()");
/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 237 milliseconds