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

/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java53 * {@link android.app.backup.BackupAgent}, implement the
63 * <p>For more information about using BackupAgent, read the
110 public abstract class BackupAgent extends ContextWrapper { class in inherits:ContextWrapper
111 private static final String TAG = "BackupAgent";
162 public BackupAgent() { method in class:BackupAgent
716 * {@link BackupAgent#TYPE_FILE} or {@link BackupAgent#TYPE_DIRECTORY}.
905 BackupAgent.this.onBackup(oldState, output, newState);
907 Log.d(TAG, "onBackup (" + BackupAgent.this.getClass().getName() + ") threw", ex);
910 Log.d(TAG, "onBackup (" + BackupAgent
[all...]

Completed in 71 milliseconds