Searched defs:activityMatchesAnyOf (Results 1 – 7 of 7) sorted by relevance
44 fun activityMatchesAnyOf(activity: Activity): Boolean = activityMatchesAnyOf(listOf(activity)) in windowMatchesAnyOf() method50 fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean in windowMatchesAnyOf() method
37 override fun activityMatchesAnyOf(activity: Activity): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher42 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in <lambda>() method in android.tools.traces.component.OrComponentMatcher
31 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.EdgeExtensionComponentMatcher
43 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.ExactComponentIdMatcher
49 override fun activityMatchesAnyOf(activities: Collection<Activity>) = in activityMatchesAnyOf() method in android.tools.traces.component.FullComponentIdMatcher
29 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean { in activityMatchesAnyOf() method in android.tools.traces.component.ComponentSplashScreenMatcher
52 override fun activityMatchesAnyOf(activities: Collection<Activity>): Boolean = in activityMatchesAnyOf() method in android.tools.traces.component.ComponentNameMatcher