Searched defs:toWindowIdentifier (Results 1 – 8 of 8) sorted by relevance
81 fun toWindowIdentifier(): String in windowMatchesAnyOf() method
56 override fun toWindowIdentifier(): String { in toWindowIdentifier() method in android.tools.traces.component.SurfaceViewBackgroundMatcher
63 override fun toWindowIdentifier() = "Window#${windowId.toString(16)}" method in android.tools.traces.component.ExactComponentIdMatcher
77 override fun toWindowIdentifier() = "Window#${windowId.toString(16)} & children" method in android.tools.traces.component.FullComponentIdMatcher
51 override fun toWindowIdentifier(): String = identifierDescription in toActivityIdentifier() method in android.tools.traces.component.ComponentRegexMatcher
62 override fun toWindowIdentifier(): String { in toWindowIdentifier() method in android.tools.traces.component.ComponentSplashScreenMatcher
72 override fun toWindowIdentifier(): String = in <lambda>() method in android.tools.traces.component.OrComponentMatcher
74 override fun toWindowIdentifier(): String = component.toWindowName() in toActivityIdentifier() method in android.tools.traces.component.ComponentNameMatcher