File
Doc
Category
Size
Date
Package
RestoreObserver.java
API Doc
Android 5.1 API
423
Sat Mar 14 14:09:38 GMT 2015
android.app.backup
RestoreObserver
java.lang.Object
public abstract class RestoreObserver extends Object
Fields Summary
Constructors Summary
public RestoreObserver
()
throw new RuntimeException("Stub!");
Methods Summary
public void
onUpdate
(
int
nowBeingRestored,
java.lang.String
currentPackage)
throw new RuntimeException("Stub!");
public void
restoreFinished
(
int
error)
throw new RuntimeException("Stub!");
public void
restoreStarting
(
int
numPackages)
throw new RuntimeException("Stub!");
Java Code Source