Methods Summary |
---|
public void | onUpdate(int nowBeingRestored, java.lang.String curentPackage)An indication of which package is being restored currently, out of the
total number provided in the {@link #restoreStarting(int numPackages)} callback.
This method is not guaranteed to be called.
|
public void | restoreFinished(int error)The restore operation has completed.
|
public void | restoreSetsAvailable(android.app.backup.RestoreSet[] result)Supply a list of the restore datasets available from the current transport. This
method is invoked as a callback following the application's use of the
{@link android.app.backup.IRestoreSession.getAvailableRestoreSets} method.
|
public void | restoreStarting(int numPackages)The restore operation has begun.
|