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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgentHelper.java67 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:BackupAgentHelper
H A DBackupAgent.java37 * and {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} methods,
64 * {@link #onRestore(BackupDataInput, int, ParcelFileDescriptor) onRestore()} method will be
157 * onRestore() throws an exception, the OS will assume that the
176 public abstract void onRestore(BackupDataInput data, int appVersionCode, method in class:BackupAgent
235 BackupAgent.this.onRestore(input, appVersionCode, newState);
237 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
240 Log.d(TAG, "onRestore (" + BackupAgent.this.getClass().getName() + ") threw", ex);
/frameworks/base/services/java/com/android/server/
H A DSystemBackupAgent.java62 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) method in class:SystemBackupAgent
72 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/core/java/android/app/
H A DFullBackupAgent.java74 public void onRestore(BackupDataInput data, int appVersionCode, ParcelFileDescriptor newState) { method in class:FullBackupAgent
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java124 public void onRestore(BackupDataInput data, int appVersionCode, method in class:SettingsBackupAgent

Completed in 318 milliseconds