Searched refs:enqueueSpeechItem (Results 1 – 2 of 2) sorted by relevance
560 public int enqueueSpeechItem(int queueMode, final SpeechItem speechItem) { in enqueueSpeechItem() method in TextToSpeechService.SynthHandler1295 return mSynthHandler.enqueueSpeechItem(queueMode, item);1325 return mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item);1347 return mSynthHandler.enqueueSpeechItem(queueMode, item);1364 return mSynthHandler.enqueueSpeechItem(queueMode, item);1443 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)1470 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)
51388 Landroid/speech/tts/TextToSpeechService$SynthHandler;->enqueueSpeechItem(ILandroid/speech/tts/TextT…