Home
last modified time | relevance | path

Searched defs:getMatches (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/src/android/tools/flicker/extractors/
DTransitionMatcher.kt24 fun getMatches(reader: Reader, cujEntry: Cuj): Collection<Transition> method
DTaggedCujTransitionMatcher.kt36 override fun getMatches(reader: Reader, cujEntry: Cuj): Collection<Transition> { in <lambda>() method in android.tools.flicker.extractors.TaggedCujTransitionMatcher