Home
last modified time | relevance | path

Searched refs:updateRecognizedText (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DVoicePlateActivity.java101 mPresenter.updateRecognizedText(""); in onStart()
181 mPresenter.updateRecognizedText(getString(R.string.speech_reply_request_message)); in askToSendSMS()
185 mPresenter.updateRecognizedText(getString(R.string.speech_reply_not_recognized)); in askToSendSMS()
192 mPresenter.updateRecognizedText(speech); in askToSendSMS()
201 mPresenter.updateRecognizedText(getString(R.string.speech_reply_request_contact)); in askToDisambiguatePhoneNumber()
221 mPresenter.updateRecognizedText(numberAskString); in askToDisambiguatePhoneNumber()
258 mPresenter.updateRecognizedText(deviceAskString); in askToDisambiguateDeviceAddress()
299 mPresenter.updateRecognizedText(getString(R.string.speech_reply_unrecognized_device)); in getDeviceAddress()
312 mPresenter.updateRecognizedText("Sending SMS"); in onDirectSendSMS()
340 mPresenter.updateRecognizedText(error); in onDirectSendSMS()
[all …]
DVoicePlateController.java110 public void updateRecognizedText(String text) { in updateRecognizedText() method in VoicePlateController