Searched refs:stopLocalVoiceInteraction (Results 1 – 10 of 10) sorted by relevance
53 public abstract void stopLocalVoiceInteraction(IBinder callingActivity); in stopLocalVoiceInteraction() method in VoiceInteractionManagerInternal
96 stopLocalVoiceInteraction(); in onClick()
486 void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClient488 getActivityClientController().stopLocalVoiceInteraction(callingActivity); in stopLocalVoiceInteraction()
124 void stopLocalVoiceInteraction(in IBinder token); in stopLocalVoiceInteraction() method
2365 public void stopLocalVoiceInteraction() { in stopLocalVoiceInteraction() method in Activity2366 ActivityClient.getInstance().stopLocalVoiceInteraction(mToken); in stopLocalVoiceInteraction()
280 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in VoiceInteractionManagerService.LocalService284 VoiceInteractionManagerService.this.mServiceStub.stopLocalVoiceInteraction( in stopLocalVoiceInteraction()528 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
1412 public void stopLocalVoiceInteraction(IBinder callingActivity) { in stopLocalVoiceInteraction() method in ActivityClientController1414 .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;)V49962 Landroid/service/voice/VoiceInteractionManagerInternal;->stopLocalVoiceInteraction(Landroid/os/IBin…
4667 method public void stopLocalVoiceInteraction();