Searched refs:getMatches (Results 1 – 3 of 3) sorted by relevance
24 fun getMatches(reader: Reader, cujEntry: Cuj): Collection<Transition> method
56 val associatedTransitions = transitionMatcher?.getMatches(reader, cujEntry) in <lambda>()
36 override fun getMatches(reader: Reader, cujEntry: Cuj): Collection<Transition> { in <lambda>() method in android.tools.flicker.extractors.TaggedCujTransitionMatcher