OSDN Git Service

Fix a regression in assist when context is disabled
authorAmith Yamasani <yamasani@google.com>
Fri, 22 Apr 2016 22:43:21 +0000 (15:43 -0700)
committerAmith Yamasani <yamasani@google.com>
Fri, 22 Apr 2016 22:43:21 +0000 (15:43 -0700)
commit50bbb66d604feb8652c344ded22ac207a6c272d5
tree41d23c3f8b4ec068d37060fb704929ead2010905
parentd67a1ca49b138056d53490322ffdadef61d95fec
Fix a regression in assist when context is disabled

Fixes: 28293783
 CTS: DisableContextTest#testContextAndScreenshotOff failure

When assist context is disabled, make sure that the handleAssist() is
still called with no data.

Change-Id: I569dd9f6de503e62fb04c590214df0f2ce3aa4f3
services/voiceinteraction/java/com/android/server/voiceinteraction/VoiceInteractionSessionConnection.java