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

Commit f6ca3e6a authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Small fixes for Kotlin 2.

Bug: 383569207
Flag: EXEMPT Minor refactor
Test: m SystemUiRoboTestsInplace
      dew		g
Change-Id: Ibdf0238f4c19254ba3b9dca4a10d1510c4439e52
parent 7b4557a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ class MediaProjectionChipInteractorTest : SysuiTestCase() {
                        if (
                            (it.arguments[0] as Intent).`package` == CAST_TO_OTHER_DEVICES_PACKAGE
                        ) {
                            emptyList()
                            emptyList<ResolveInfo>()
                        } else {
                            listOf(mock<ResolveInfo>())
                        }
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class CastDeviceTest : SysuiTestCase() {
            doAnswer {
                    // See Utils.isHeadlessRemoteDisplayProvider
                    if ((it.arguments[0] as Intent).`package` == HEADLESS_REMOTE_PACKAGE) {
                        emptyList()
                        emptyList<ResolveInfo>()
                    } else {
                        listOf(mock<ResolveInfo>())
                    }