Home | History | Annotate | Download | only in backup

Lines Matching defs:backup

17 package android.app.backup;
29 * {@link android.app.backup.BackupAgentHelper} to manage the backup of
30 * {@link android.content.SharedPreferences}. Whenever a backup is performed, it
32 * backup operation.
34 * To use this class, the application's backup agent class should extend
35 * {@link android.app.backup.BackupAgentHelper}. Then, in the agent's
37 * allocated and installed as a backup/restore handler within the BackupAgentHelper
38 * framework. For example, an agent supporting backup and restore for
42 * import android.app.backup.BackupAgentHelper;
43 * import android.app.backup.SharedPreferencesBackupHelper;