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.java57 * and {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} methods,
90 * {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} method will be
230 * onRestore() throws an exception, the OS will assume that the
250 public abstract void onRestore(BackupDataInput data, int appVersionCode, method in class:BackupAgent
746 * the {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} or
751 * @see #onRestore(BackupDataInput, int, ParcelFileDescriptor)
819 BackupAgent.this.onRestore(inpu
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DSystemBackupAgent.java117 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:SystemBackupAgent
131 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.java360 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:PackageManagerBackupAgent
364 if (DEBUG) Slog.v(TAG, "onRestore()");
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java516 public void onRestore(BackupDataInput data, int appVersionCode, method in class:SettingsBackupAgent

Completed in 246 milliseconds