Loading packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/AlarmTileMapperTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ class AlarmTileMapperTest : SysuiTestCase() { setOf(QSTileState.UserAction.CLICK), label, null, QSTileState.SideViewIcon.None, QSTileState.SideViewIcon.Chevron, QSTileState.EnabledState.ENABLED, Switch::class.qualifiedName ) Loading packages/SystemUI/src/com/android/systemui/qs/tiles/impl/alarm/domain/AlarmTileMapper.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ constructor( } } sideViewIcon = QSTileState.SideViewIcon.Chevron contentDescription = label supportedActions = setOf(QSTileState.UserAction.CLICK) } Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/AlarmTileMapperTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ class AlarmTileMapperTest : SysuiTestCase() { setOf(QSTileState.UserAction.CLICK), label, null, QSTileState.SideViewIcon.None, QSTileState.SideViewIcon.Chevron, QSTileState.EnabledState.ENABLED, Switch::class.qualifiedName ) Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/impl/alarm/domain/AlarmTileMapper.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ constructor( } } sideViewIcon = QSTileState.SideViewIcon.Chevron contentDescription = label supportedActions = setOf(QSTileState.UserAction.CLICK) } Loading