Home
last modified time | relevance | path

Searched refs:getMatches (Results 1 – 3 of 3) sorted by relevance

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