Home | History | Annotate | Download | only in backup

Lines Matching refs:backup

17 package android.app.backup;
19 import android.app.backup.RestoreSet;
20 import android.app.backup.IRestoreObserver;
24 * method in this interface requires the android.permission.BACKUP permission.
43 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
59 * <p>Callers must hold the android.permission.BACKUP permission to use this method.
74 * Restore a single application from backup. The data will be restored from the
75 * current backup dataset if the given package has stored data there, or from
77 * backup dataset has no matching data. If no backup data exists for this package
83 * not the name of the caller's own package, then the android.permission.BACKUP