Searched refs:requestPlay (Results 1 – 2 of 2) sorted by relevance
142 if (mTextToSpeechHelper.requestPlay(messages, requestId)) { in handleReadAction()163 if (mTextToSpeechHelper.requestPlay(Collections.singletonList(errorMessage), in handleErrorMessage()
160 public boolean requestPlay(List<CharSequence> textToSpeak, long requestId) { in requestPlay() method in TextToSpeechHelper