File
Doc
Category
Size
Date
Package
RestoreSession.java
API Doc
Android 5.1 API
578
Sat Mar 14 14:09:58 GMT 2015
android.app.backup
RestoreSession
java.lang.Object
public class RestoreSession extends Object
Fields Summary
Constructors Summary
RestoreSession
()
throw new RuntimeException("Stub!");
Methods Summary
public void
endRestoreSession
()
throw new RuntimeException("Stub!");
public
int
getAvailableRestoreSets
(
android.app.backup.RestoreObserver
observer)
throw new RuntimeException("Stub!");
public
int
restoreAll
(
long
token,
android.app.backup.RestoreObserver
observer)
throw new RuntimeException("Stub!");
public
int
restorePackage
(
java.lang.String
packageName,
android.app.backup.RestoreObserver
observer)
throw new RuntimeException("Stub!");
Java Code Source