Lines Matching refs:restore
4 restore, and metrics logging) on Android platform.
25 ### Backup and restore
39 when restore (see
41 It is possible that a `BackupHelper` interferes with the restore process of
51 back up and restore data directly.
87 - The restore `InputStream` will ensure bounded data are read, and close the
107 treat each file as an entity and do the backup / restore.
158 override fun restore(restoreContext: RestoreContext, inputStream: InputStream) {
168 // TODO: Update state with the restored data. Use this callback instead of "restore()" in
169 // case the restore action involves several entities.
221 override fun restore(restoreContext: RestoreContext, inputStream: InputStream) {