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

Commit 61019113 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Add missing break statement to fix cts test

Fix CTS test LocalVoiceInteractionTest#testLifecycle

Fixes: 34194821
Test: cts-tradefed run commandAndExit cts --skip-device-info
--skip-system-status-check --abi=armeabi-v7a -m
CtsVoiceInteractionTestCases -t
android.voiceinteraction.cts.LocalVoiceInteractionTest#testLifecycle
Change-Id: If14126e645b2d0a1307404e2f50088b3994abce2
parent cfe18200
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1758,6 +1758,7 @@ public final class ActivityThread {
                case LOCAL_VOICE_INTERACTION_STARTED:
                    handleLocalVoiceInteractionStarted((IBinder) ((SomeArgs) msg.obj).arg1,
                            (IVoiceInteractor) ((SomeArgs) msg.obj).arg2);
                    break;
                case ATTACH_AGENT:
                    handleAttachAgent((String) msg.obj);
                    break;