Searched defs:cache (Results 1 – 3 of 3) sorted by relevance
| /platform_testing/libraries/flicker/utils/src/android/tools/ | ||
| D | CacheImpl.kt | 20 private var cache = mutableMapOf<Any, Any>() variable in android.tools.CacheImpl |
| D | ICache.kt | 20 data class Backup(val cache: MutableMap<Any, Any>) constant in android.tools.ICache.Backup |
| /platform_testing/libraries/flicker/utils/test/src/android/tools/testutils/ | ||
| D | Utils.kt | 244 it.outputStream().use { cache -> in readAssetAsFile() method |