From 01884a59741d33635498dd91ef9bda69d20b9489 Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Fri, 14 Apr 2023 13:24:05 +0000 Subject: [PATCH] Disable task bar always visible checks on open app from lock The lockscreen doesn't show a taskbar Fixes: 278224452 Test: atest FlickerTests Change-Id: I8c7f52091d09328595873d797e1b5e9afd362440 --- .../wm/flicker/launch/OpenAppFromLockNotificationCold.kt | 5 +++++ .../wm/flicker/launch/OpenAppFromLockNotificationWarm.kt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt index 12c08748cbac6..4cd9315881f88 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationCold.kt @@ -86,6 +86,11 @@ open class OpenAppFromLockNotificationCold(flicker: FlickerTest) : @Ignore("Display is off at the start") override fun taskBarLayerIsVisibleAtStartAndEnd() {} + /** {@inheritDoc} */ + @Test + @Ignore("Display is off at the start") + override fun taskBarWindowIsAlwaysVisible() {} + /** {@inheritDoc} */ @Test @Ignore("Display is off at the start") diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt index 222caed31b0c1..0fb9f6bcac128 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/launch/OpenAppFromLockNotificationWarm.kt @@ -95,6 +95,11 @@ class OpenAppFromLockNotificationWarm(flicker: FlickerTest) : OpenAppFromNotific @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end") override fun navBarLayerPositionAtStartAndEnd() {} + /** {@inheritDoc} */ + @Test + @Ignore("Not applicable to this CUJ. Display starts locked and app is full screen at the end") + override fun taskBarWindowIsAlwaysVisible() {} + /** {@inheritDoc} */ @Test @Ignore("Not applicable to this CUJ. Display starts off and app is full screen at the end")