Home
last modified time | relevance | path

Searched refs:activityRecordMatchesAnyOf (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DIComponentNameMatcher.kt28 fun activityRecordMatchesAnyOf(layer: Layer): Boolean = method
29 activityRecordMatchesAnyOf(listOf(layer))
35 fun activityRecordMatchesAnyOf(layers: Collection<Layer>): Boolean method
DComponentSplashScreenMatcher.kt46 var hasActivityRecord = componentNameMatcher.activityRecordMatchesAnyOf(ancestor) in layerMatchesAnyOf()
51 ancestor != null && componentNameMatcher.activityRecordMatchesAnyOf(ancestor) in layerMatchesAnyOf()
DComponentNameMatcher.kt40 override fun activityRecordMatchesAnyOf(layers: Collection<Layer>): Boolean = in toActivityName() method in android.tools.traces.component.ComponentNameMatcher