Searched refs:playSilentUtterance (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1231 * @return {@link #ERROR} or {@link #SUCCESS} of <b>queuing</b> the playSilentUtterance operation.
1233 public int playSilentUtterance(final long durationInMs, final int queueMode, method in class:TextToSpeech
1241 }, ERROR, "playSilentUtterance");
1266 * {@link #playSilentUtterance(long, int, String)}.
1271 return playSilentUtterance(durationInMs, queueMode,

Completed in 110 milliseconds