Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/
DICache.kt24 fun restore(backup: Backup) method
DNoCache.kt30 override fun restore(backup: ICache.Backup) { in restore() method in android.tools.NoCache
DCacheImpl.kt34 override fun restore(backup: ICache.Backup) { in restore() method in android.tools.CacheImpl
/platform_testing/libraries/flicker/utils/test/src/android/tools/rules/
DCacheCleanupRule.kt35 Cache.restore(cacheBackup) in finished()
/platform_testing/libraries/flicker/test/src/android/tools/rules/
DDataStoreCleanupRule.kt49 DataStore.restore(backup) in resetDataStore()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java106 assertRestoreIsSuccessful(restore(token, packageName)); in restoreAndAssertSuccess()
116 StreamUtil.drainAndClose(new InputStreamReader(restore(token, packageName))); in restoreSync()
120 return StreamUtil.readInputStream(restore(token, packageName)); in getRestoreOutput()
233 private InputStream restore(String token, String packageName) throws IOException { in restore() method in BackupUtils
/platform_testing/libraries/flicker/utils/test/src/android/tools/
DCacheTest.kt65 Cache.restore(copy) in testRestore()
/platform_testing/libraries/flicker/src/android/tools/flicker/datastore/
DDataStore.kt50 fun restore(backup: android.tools.flicker.datastore.DataStore.Backup) { in restore() method