File
Doc
Category
Size
Date
Package
WidgetBackupProvider.java
API Doc
Android 5.1 API
1219
Thu Mar 12 22:22:10 GMT 2015
com.android.server
WidgetBackupProvider
public interface WidgetBackupProvider
Shim to allow core/backup to communicate with the app widget service about various important events without needing to be able to see the implementation of the service.
hide
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getWidgetParticipants
(
int
userId)
public
byte
[]
getWidgetState
(
java.lang.String
packageName,
int
userId)
public void
restoreFinished
(
int
userId)
public void
restoreStarting
(
int
userId)
public void
restoreWidgetState
(
java.lang.String
packageName,
byte[]
restoredState,
int
userId)
Java Code Source