Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/mediaprojection/domain/interactor/MediaProjectionChipInteractorTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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>()) } Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/CastDeviceTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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>()) } Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/mediaprojection/domain/interactor/MediaProjectionChipInteractorTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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>()) } Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/CastDeviceTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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>()) } Loading