Home | History | Annotate | Download | only in backup

Lines Matching full:restore

23  * Binder interface used by clients who wish to manage a restore operation.  Every
30 * Ask the current transport what the available restore sets are.
40 * Restore the given set onto the device, replacing the current data of any app
41 * contained in the restore set with the data previously backed up.
48 * the restore set that should be used.
50 * progress callbacks during the restore operation.
55 * Restore select packages from the given set onto the device, replacing the
64 * the restore set that should be used.
66 * progress callbacks during the restore operation.
67 * @param packages The set of packages for which to attempt a restore. Regardless of
74 * Restore a single application from backup. The data will be restored from the
82 * @param packageName The name of the package whose data to restore. If this is
86 * progress callbacks during the restore operation.
91 * End this restore session. After this method is called, the IRestoreSession binder
94 * <p><b>Note:</b> The caller <i>must</i> invoke this method to end the restore session,