Home | History | Annotate | Download | only in backup

Lines Matching defs:backup

17 package android.app.backup;
25 * heterogeneous data sets within the backup data, each identified by a unique
26 * key prefix. When processing a backup or restore operation, the BackupAgentHelper
31 * backup agent. Then, within the agent's {@link BackupAgent#onCreate() onCreate()}
36 * <ul><li>{@link FileBackupHelper} - Manages the backup and restore of entire files
38 * <li>{@link SharedPreferencesBackupHelper} - Manages the backup and restore of an
55 * Run the backup process on each of the configured handlers.
79 * must have a prefix string that is unique within this backup agent's set of
83 * @param helper A backup/restore helper object to be invoked during backup and restore