FileDocCategorySizeDatePackage
RestoreObserver.javaAPI DocAndroid 5.1 API538Sat Mar 14 14:10:04 GMT 2015android.app.backup

RestoreObserver.java

package android.app.backup;
public abstract class RestoreObserver
{
public  RestoreObserver() { throw new RuntimeException("Stub!"); }
public  void restoreSetsAvailable(android.app.backup.RestoreSet[] result) { throw new RuntimeException("Stub!"); }
public  void restoreStarting(int numPackages) { throw new RuntimeException("Stub!"); }
public  void onUpdate(int nowBeingRestored, java.lang.String currentPackage) { throw new RuntimeException("Stub!"); }
public  void restoreFinished(int error) { throw new RuntimeException("Stub!"); }
}