/platform_testing/libraries/flicker/utils/test/src/android/tools/ |
D | CacheTest.kt | 26 Cache.clear() in setup() 31 val element1 = Cache.get(Dummy(0)) in testGet() 32 val element2 = Cache.get(Dummy(0)) in testGet() 33 val element3 = Cache.get(Dummy(1)) in testGet() 41 Cache.get(Dummy(0)) in testClear() 43 Cache.clear() in testClear() 49 Cache.get(Dummy(0)) in testBackup() 50 Cache.get(Dummy(1)) in testBackup() 51 val copy = Cache.backup() in testBackup() 52 Cache.get(Dummy(2)) in testBackup() [all …]
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/rules/ |
D | CacheCleanupRule.kt | 19 import android.tools.Cache 28 cacheBackup = Cache.backup() in starting() 29 Cache.clear() in starting() 35 Cache.restore(cacheBackup) in finished()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/ |
D | WindowStateSubjectTest.kt | 19 import android.tools.Cache 31 Cache.clear() in before()
|
D | WindowManagerTraceSubjectTest.kt | 19 import android.tools.Cache in <lambda>() 48 Cache.clear() in <lambda>()
|
D | WindowManagerStateSubjectTest.kt | 20 import android.tools.Cache 63 Cache.clear() in before()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/wm/ |
D | WindowManagerDumpParserTest.kt | 19 import android.tools.Cache 34 Cache.clear() in before()
|
D | WindowManagerTraceParserTest.kt | 19 import android.tools.Cache 35 Cache.clear() in before()
|
D | LegacyWmLegacyTransitionTraceParserTest.kt | 20 import android.tools.Cache 40 Cache.clear() in before()
|
D | LegacyShellLegacyTransitionTraceParserTest.kt | 20 import android.tools.Cache 41 Cache.clear() in before()
|
D | LegacyTransitionTraceParserTest.kt | 19 import android.tools.Cache in <lambda>() 37 Cache.clear() in <lambda>()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/parsers/perfetto/ |
D | TransactionsTraceParserTest.kt | 19 import android.tools.Cache in <lambda>() 32 Cache.clear() in <lambda>()
|
D | LayerTraceParserTest.kt | 19 import android.tools.Cache in <lambda>() 32 Cache.clear() in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/ |
D | CrossPlatform.kt | 23 fun setCache(cache: ICache) = apply { Cache = cache } in <lambda>()
|
D | Consts.kt | 30 var Cache: ICache = CacheImpl() variable
|
D | Extensions.kt | 22 Cache.get(newInstancePredicate()) in withCache()
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/ |
D | LayerSubjectTest.kt | 19 import android.tools.Cache 37 Cache.clear() in before()
|
D | LayerTraceEntrySubjectTest.kt | 21 import android.tools.Cache 49 Cache.clear() in before()
|
D | LayersTraceSubjectTest.kt | 20 import android.tools.Cache in <lambda>() 52 Cache.clear() in <lambda>()
|
/platform_testing/libraries/flicker/utils/src/android/tools/parsers/ |
D | AbstractParser.kt | 19 import android.tools.Cache 50 Cache.clear() in parse()
|
D | AbstractTraceParser.kt | 19 import android.tools.Cache 117 Cache.clear() in parse()
|
/platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
D | FlickerServiceCachedTestCase.kt | 22 import android.tools.Cache 65 Cache.clear() in execute()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/ |
D | LayerTest.kt | 21 import android.tools.Cache 35 Cache.clear() in before()
|
D | LayersTraceTest.kt | 19 import android.tools.Cache 51 Cache.clear() in before()
|
D | LayersTraceEntryTest.kt | 19 import android.tools.Cache 35 Cache.clear() in before()
|
/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/wm/ |
D | WindowManagerTraceTest.kt | 19 import android.tools.Cache in <lambda>() 44 Cache.clear() in <lambda>()
|