Home
last modified time | relevance | path

Searched defs:activityMatchesAnyOf (Results 1 – 8 of 8) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DIComponentMatcher.kt45 fun activityMatchesAnyOf(activity: Activity): Boolean = activityMatchesAnyOf(listOf(activity)) in windowMatchesAnyOf() method
51 fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean in windowMatchesAnyOf() method
DOrComponentMatcher.kt38 override fun activityMatchesAnyOf(activity: Activity): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
43 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
DSurfaceViewBackgroundMatcher.kt32 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.SurfaceViewBackgroundMatcher
DExactComponentIdMatcher.kt44 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
DFullComponentIdMatcher.kt50 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
DComponentRegexMatcher.kt34 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentRegexMatcher
DComponentSplashScreenMatcher.kt30 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
DComponentNameMatcher.kt57 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher