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.SynthHandler1294 return mSynthHandler.enqueueSpeechItem(queueMode, item);1324 return mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item);1346 return mSynthHandler.enqueueSpeechItem(queueMode, item);1363 return mSynthHandler.enqueueSpeechItem(queueMode, item);1442 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)1469 if (mSynthHandler.enqueueSpeechItem(TextToSpeech.QUEUE_ADD, item)
70038 Landroid/speech/tts/TextToSpeechService$SynthHandler;->enqueueSpeechItem(ILandroid/speech/tts/TextT…