android.app.backup
Class RestoreObserver
java.lang.Object
android.app.backup.RestoreObserver
public abstract class RestoreObserver
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestoreObserver
public RestoreObserver()
restoreStarting
public void restoreStarting(int numPackages)
onUpdate
public void onUpdate(int nowBeingRestored,
String currentPackage)
restoreFinished
public void restoreFinished(int error)
Copyright © 2008-2012. All Rights Reserved.