Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
H A DIComponentMatcher.kt45 fun activityMatchesAnyOf(activity: Activity): Boolean = activityMatchesAnyOf(listOf(activity)) in windowMatchesAnyOf() method
51 fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean in windowMatchesAnyOf() method
H A 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
H A DSurfaceViewBackgroundMatcher.kt32 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.SurfaceViewBackgroundMatcher
H A DEdgeExtensionComponentMatcher.kt32 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.EdgeExtensionComponentMatcher
H A DExactComponentIdMatcher.kt44 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
H A DComponentRegexMatcher.kt34 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentRegexMatcher
H A DFullComponentIdMatcher.kt50 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
H A DComponentSplashScreenMatcher.kt30 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
H A DComponentNameMatcher.kt57 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher