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

Commit cfdf4aa8 authored by Lingyu Feng's avatar Lingyu Feng Committed by Android (Google) Code Review
Browse files

Merge "Remove display settings flag checks in DisplayMirroringSwitchTest" into main

parents 89f635b1 98e68323
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ import platform.test.desktop.SimulatedConnectedDisplayTestRule

@RequiresFlagsEnabled(
    FLAG_ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT,
    FLAG_CONNECTED_DISPLAY_SETTINGS,
    FLAG_ENABLE_TASKBAR_CONNECTED_DISPLAYS,
    FLAG_STATUS_BAR_CONNECTED_DISPLAYS
)
+0 −4
Original line number Diff line number Diff line
@@ -35,12 +35,8 @@ import org.junit.Rule
import org.junit.Test
import platform.test.desktop.SimulatedConnectedDisplayTestRule

const val FLAG_CONNECTED_DISPLAY_SETTINGS: String =
    "com.android.settings.flags.display_topology_pane_in_display_list"

@RequiresFlagsEnabled(
    FLAG_ENABLE_DISPLAY_CONTENT_MODE_MANAGEMENT,
    FLAG_CONNECTED_DISPLAY_SETTINGS,
    FLAG_ENABLE_TASKBAR_CONNECTED_DISPLAYS,
    FLAG_STATUS_BAR_CONNECTED_DISPLAYS
)