Home
last modified time | relevance | path

Searched refs:isWaitingForAnswer (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeechImpl.java71 if (isWaitingForAnswer()) {
196 public boolean isWaitingForAnswer() { in isWaitingForAnswer() method in TextToSpeechImpl
DTextToSpeech.java142 boolean isWaitingForAnswer(); in isWaitingForAnswer() method
DVoicePlateActivity.java508 if (mTTS.isWaitingForAnswer()) { in onRecognitionFinished()