Searched refs:voiceInteractor (Results 1 – 1 of 1) sorted by relevance
43 final VoiceInteractor voiceInteractor = activity.getVoiceInteractor(); in notifyVoiceSuccess() local44 if (voiceInteractor != null) { in notifyVoiceSuccess()46 voiceInteractor.submitRequest(new CompleteVoiceRequest(prompt, null)); in notifyVoiceSuccess()62 final VoiceInteractor voiceInteractor = activity.getVoiceInteractor(); in notifyVoiceFailure() local63 if (voiceInteractor != null) { in notifyVoiceFailure()65 voiceInteractor.submitRequest(new AbortVoiceRequest(prompt, null)); in notifyVoiceFailure()