Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DIComponentName.kt22 fun toWindowName(): String method
DComponentNameMatcher.kt30 override fun toWindowName(): String = component.toWindowName() in toActivityName() method in android.tools.traces.component.ComponentNameMatcher
69 override fun toWindowIdentifier(): String = component.toWindowName() in toActivityIdentifier()
91 get() = { it.contains(component.toWindowName()) } in <lambda>()
DComponentName.kt57 override fun toWindowName(): String { in toWindowName() method in android.tools.traces.component.ComponentName
82 var result = this.toWindowName() in toLayerName()