Methods Summary |
---|
public void | onUpdate(int nowBeingRestored, java.lang.String currentPackage)An indication of which package is being restored currently, out of the
total number provided in the {@link #restoreStarting(int)} callback. This method
is not guaranteed to be called: if the transport is unable to obtain
data for one or more of the requested packages, no onUpdate() call will
occur for those packages.
|
public void | restoreFinished(int error)The restore process has completed. This method will always be called,
even if no individual package restore operations were attempted.
|
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.
|