Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bdca227 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable task bar visible checks on open camera double click" into...

Merge "Disable task bar visible checks on open camera double click" into udc-dev am: b442b4ad am: cdcab5ca

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22673941



Change-Id: Ic96228426bdd7949b2e1463fb7a4d5f720fe0413
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ae58a8ab cdcab5ca
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :

    @Postsubmit @Test override fun entireScreenCovered() = super.entireScreenCovered()

    @Postsubmit
    @Ignore("Not applicable to this CUJ. App is full screen at the end")
    @Test
    override fun navBarLayerIsVisibleAtStartAndEnd() = super.navBarLayerIsVisibleAtStartAndEnd()

@@ -127,11 +127,11 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :
    @Test
    override fun statusBarWindowIsAlwaysVisible() = super.statusBarWindowIsAlwaysVisible()

    @Postsubmit
    @Ignore("Not applicable to this CUJ. App is full screen at the end")
    @Test
    override fun taskBarLayerIsVisibleAtStartAndEnd() = super.taskBarLayerIsVisibleAtStartAndEnd()

    @Postsubmit
    @Ignore("Not applicable to this CUJ. App is full screen at the end")
    @Test
    override fun taskBarWindowIsAlwaysVisible() = super.taskBarWindowIsAlwaysVisible()

@@ -145,7 +145,7 @@ class OpenCameraOnDoubleClickPowerButton(flicker: FlickerTest) :
    override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
        super.visibleWindowsShownMoreThanOneConsecutiveEntry()

    @Postsubmit
    @Ignore("Not applicable to this CUJ. App is full screen at the end")
    @Test
    override fun navBarWindowIsVisibleAtStartAndEnd() {
        super.navBarWindowIsVisibleAtStartAndEnd()