Home | History | Annotate | Download | only in src

Lines Matching defs:backup

17 package android.cts.backup.fullbackuponlyapp;
19 import android.app.backup.BackupAgent;
20 import android.app.backup.BackupDataInput;
21 import android.app.backup.BackupDataOutput;
36 * BackupAgent for test apps in {@link android.cts.backup.fullbackuponlyapp} package.
37 * Performs backup/restore of the file provided by {@link FullBackupOnlyTest}.
39 * Implementation of key/value backup methods is based on the examples from
57 // Send the data to the Backup Manager via the BackupDataOutput
63 /** Get the value from backup and save it in the shared preference. */
77 // we wrote the backup entity header
91 throw new RuntimeException("Unexpected key in the backup data");