Home
last modified time | relevance | path

Searched refs:toShortWindowName (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/component/
DComponentName.kt66 internal fun toShortWindowName(): String { in toShortWindowName() method in android.tools.traces.component.ComponentName
107 override fun toString(): String = toShortWindowName() in toString()
DComponentNameMatcher.kt85 get() = { it.startsWith("ActivityRecord{") && it.contains(component.toShortWindowName()) } in hashCode()