Searched defs:restore (Results 1 – 5 of 5) sorted by relevance
24 fun restore(backup: Backup) method
30 override fun restore(backup: ICache.Backup) { in restore() method in android.tools.NoCache
34 override fun restore(backup: ICache.Backup) { in restore() method in android.tools.CacheImpl
50 fun restore(backup: android.tools.flicker.datastore.DataStore.Backup) { in restore() method
233 private InputStream restore(String token, String packageName) throws IOException { in restore() method in BackupUtils