Searched refs:stopLocalVoiceInteraction (Results 1 – 9 of 9) sorted by relevance
46 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction() method in VoiceInteractionManagerInternal
376 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClient378 getActivityClientController().stopLocalVoiceInteraction(callingActivity); in stopLocalVoiceInteraction()
99 void stopLocalVoiceInteraction(in IBinder token); in stopLocalVoiceInteraction() method
2156 public void stopLocalVoiceInteraction() { in stopLocalVoiceInteraction() method in Activity2157 ActivityClient.getInstance().stopLocalVoiceInteraction(mToken); in stopLocalVoiceInteraction()
94 stopLocalVoiceInteraction(); in onClick()
942 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClientController944 .stopLocalVoiceInteraction(callingActivity); in stopLocalVoiceInteraction()
230 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in VoiceInteractionManagerService.LocalService234 VoiceInteractionManagerService.this.mServiceStub.stopLocalVoiceInteraction( in stopLocalVoiceInteraction()372 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method
5542 Landroid/app/IActivityManager$Stub$Proxy;->stopLocalVoiceInteraction(Landroid/os/IBinder;)V6099 Landroid/app/IActivityManager;->stopLocalVoiceInteraction(Landroid/os/IBinder;)V53928 Landroid/service/voice/VoiceInteractionManagerInternal;->stopLocalVoiceInteraction(Landroid/os/IBin…
4151 method public void stopLocalVoiceInteraction();