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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java50 * {@link android.app.backup.BackupAgent}, implement the
60 * <p>For more information about using BackupAgent, read the
107 public abstract class BackupAgent extends ContextWrapper { class in inherits:ContextWrapper
108 private static final String TAG = "BackupAgent";
155 public BackupAgent() { method in class:BackupAgent
461 * {@link BackupAgent#TYPE_FILE} or {@link BackupAgent#TYPE_DIRECTORY}.
567 BackupAgent.this.onBackup(oldState, output, newState);
569 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
572 Log.d(TAG, "onBackup (" + BackupAgent
[all...]

Completed in 51 milliseconds