Searched refs:activityRecordMatchesAnyOf (Results 1 – 3 of 3) sorted by relevance
28 fun activityRecordMatchesAnyOf(layer: Layer): Boolean = method29 activityRecordMatchesAnyOf(listOf(layer))35 fun activityRecordMatchesAnyOf(layers: Collection<Layer>): Boolean method
46 var hasActivityRecord = componentNameMatcher.activityRecordMatchesAnyOf(ancestor) in layerMatchesAnyOf()51 ancestor != null && componentNameMatcher.activityRecordMatchesAnyOf(ancestor) in layerMatchesAnyOf()
40 override fun activityRecordMatchesAnyOf(layers: Collection<Layer>): Boolean = in toActivityName() method in android.tools.traces.component.ComponentNameMatcher