Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt80 otherView = view.rootView.findViewByMatcher(otherViewMatcher) in isAbove()
95 private fun View.findViewByMatcher(matcher: Matcher<View>): View? { in findViewByMatcher() method
100 val foundView = child.findViewByMatcher(matcher) in findViewByMatcher()