Home | History | Annotate | Download | only in backup

Lines Matching full:restore

31  * Interface for managing a restore session.
43 * Ask the current transport what the available restore sets are.
47 * the restore set lookup by the backup transport. This parameter must not be
64 * Restore the given set onto the device, replacing the current data of any app
65 * contained in the restore set with the data previously backed up.
72 * the restore set that should be used.
74 * progress callbacks during the restore operation.
79 Log.d(TAG, "restoreAll() called during active restore");
86 Log.d(TAG, "Can't contact server to restore");
92 * Restore select packages from the given set onto the device, replacing the
101 * the restore set that should be used.
103 * progress callbacks during the restore operation.
104 * @param packages The set of packages for which to attempt a restore. Regardless of
113 Log.d(TAG, "restoreAll() called during active restore");
120 Log.d(TAG, "Can't contact server to restore packages");
126 * Restore a single application from backup. The data will be restored from the
134 * @param packageName The name of the package whose data to restore. If this is
138 * progress callbacks during the restore operation.
143 Log.d(TAG, "restorePackage() called during active restore");
150 Log.d(TAG, "Can't contact server to restore package");
156 * End this restore session. After this method is called, the RestoreSession
159 * <p><b>Note:</b> The caller <i>must</i> invoke this method to end the restore session,
183 * redirects them into main-thread actions. This serializes the restore