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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java55 * {@link android.app.backup.BackupAgent}, implement the
65 * <p>For more information about using BackupAgent, read the
112 public abstract class BackupAgent extends ContextWrapper { class in inherits:ContextWrapper
113 private static final String TAG = "BackupAgent";
164 public BackupAgent() { method in class:BackupAgent
598 * {@link BackupAgent#TYPE_FILE} or {@link BackupAgent#TYPE_DIRECTORY}.
787 BackupAgent.this.onBackup(oldState, output, newState);
789 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
792 Log.d(TAG, "onBackup (" + BackupAgent
[all...]

Completed in 52 milliseconds