Home
last modified time | relevance | path

Searched refs:IMAGINARY (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/wm/
DWindowStateSubjectTest.kt41 .windowState(TestComponents.IMAGINARY.className) in exceptionContainsDebugInfoImaginary()
DWindowManagerStateSubjectTest.kt72 .visibleRegion(TestComponents.IMAGINARY) in exceptionContainsDebugInfo()
75 Truth.assertThat(error).hasMessageThat().contains(TestComponents.IMAGINARY.className) in exceptionContainsDebugInfo()
276 assertFail(TestComponents.IMAGINARY.packageName) { in canFailWithReasonForVisibilityChecks_windowNotFound()
279 .containsNonAppWindow(TestComponents.IMAGINARY) in canFailWithReasonForVisibilityChecks_windowNotFound()
DWindowManagerTraceSubjectTest.kt132 .isAppWindowOnTop(TestComponents.IMAGINARY) in <lambda>()
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DTestComponents.kt39 @JvmStatic val IMAGINARY = ComponentNameMatcher("", "ImaginaryWindow") constant
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayerTraceEntrySubjectTest.kt58 LayersTraceSubject(trace, reader).first().visibleRegion(TestComponents.IMAGINARY) in exceptionContainsDebugInfo()
61 Truth.assertThat(error).hasMessageThat().contains(TestComponents.IMAGINARY.className) in exceptionContainsDebugInfo()
103 assertFail(TestComponents.IMAGINARY.toWindowIdentifier()) { in canTestLayerVisibleRegion_layerDoesNotExist()
106 .visibleRegion(TestComponents.IMAGINARY) in canTestLayerVisibleRegion_layerDoesNotExist()