Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/layers/
DLayersTraceSubjectTest.kt283 .isSplashScreenVisibleFor(newLayer, isOptional = false) in <lambda>()
306 assertThat(trace).first().isSplashScreenVisibleFor(newLayer) in <lambda>()
312 assertThat(trace).first().isSplashScreenVisibleFor(LAUNCHER_COMPONENT) in <lambda>()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/traces/layers/
DLayersTraceSubject.kt204 fun isSplashScreenVisibleFor( in <lambda>() method
209 it.isSplashScreenVisibleFor(component) in <lambda>()
DLayerTraceEntrySubject.kt231 fun isSplashScreenVisibleFor(component: FlickerComponentName): LayerTraceEntrySubject = apply { in <lambda>() method