Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DIComponentMatcher.kt44 fun activityMatchesAnyOf(activity: Activity): Boolean = activityMatchesAnyOf(listOf(activity)) in windowMatchesAnyOf() method
50 fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean in windowMatchesAnyOf() method
DOrComponentMatcher.kt37 override fun activityMatchesAnyOf(activity: Activity): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
42 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
DEdgeExtensionComponentMatcher.kt31 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.EdgeExtensionComponentMatcher
DExactComponentIdMatcher.kt43 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
DFullComponentIdMatcher.kt49 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
DComponentSplashScreenMatcher.kt29 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
DComponentNameMatcher.kt52 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher