Searched refs:stopLocalVoiceInteraction (Results 1 – 10 of 10) sorted by relevance
50 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction() method in VoiceInteractionManagerInternal
449 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClient451 getActivityClientController().stopLocalVoiceInteraction(callingActivity); in stopLocalVoiceInteraction()
118 void stopLocalVoiceInteraction(in IBinder token); in stopLocalVoiceInteraction() method
2256 public void stopLocalVoiceInteraction() { in stopLocalVoiceInteraction() method in Activity2257 ActivityClient.getInstance().stopLocalVoiceInteraction(mToken); in stopLocalVoiceInteraction()
96 stopLocalVoiceInteraction(); in onClick()
248 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in VoiceInteractionManagerService.LocalService252 VoiceInteractionManagerService.this.mServiceStub.stopLocalVoiceInteraction( in stopLocalVoiceInteraction()456 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
1304 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClientController1306 .stopLocalVoiceInteraction(callingActivity); in stopLocalVoiceInteraction()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5542 Landroid/app/IActivityManager$Stub$Proxy;->stopLocalVoiceInteraction(Landroid/os/IBinder;)V6099 Landroid/app/IActivityManager;->stopLocalVoiceInteraction(Landroid/os/IBinder;)V50605 Landroid/service/voice/VoiceInteractionManagerInternal;->stopLocalVoiceInteraction(Landroid/os/IBin…
4574 method public void stopLocalVoiceInteraction();