Merge "Add missing break statement to fix cts test"

This commit is contained in:
TreeHugger Robot
2017-01-11 19:39:03 +00:00
committed by Android (Google) Code Review

View File

@@ -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;