Searched defs:BackupAgent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java45 * {@link android.app.backup.BackupAgent}, implement the
55 * <p>For more information about using BackupAgent, read the
102 public abstract class BackupAgent extends ContextWrapper { class in inherits:ContextWrapper
103 private static final String TAG = "BackupAgent";
124 public BackupAgent() { method in class:BackupAgent
403 * {@link BackupAgent#TYPE_FILE} or {@link BackupAgent#TYPE_DIRECTORY}.
490 BackupAgent.this.onBackup(oldState, output, newState);
492 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
495 Log.d(TAG, "onBackup (" + BackupAgent
[all...]

Completed in 146 milliseconds