Searched refs:QUEUE_FLUSH (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DEnableAccessibilityController.java70 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
74 mTts.speak(text, TextToSpeech.QUEUE_FLUSH, null);
80 TextToSpeech.QUEUE_FLUSH, null);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java623 TextToSpeech.QUEUE_FLUSH,
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java130 public static final int QUEUE_FLUSH = 0; field in class:TextToSpeech
137 * from {@link #QUEUE_FLUSH} in that all entries are purged, not just entries
1080 * @param queueMode The queuing strategy to use, {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
1124 * @param queueMode The queuing strategy to use, {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
1158 * @param queueMode {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
1196 * @param queueMode {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
1228 * @param queueMode {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
1255 * @param queueMode {@link #QUEUE_ADD} or {@link #QUEUE_FLUSH}.
H A DTextToSpeechService.java460 // When a message with QUEUE_FLUSH arrives we add the caller identity to the List and when a
466 // int and not a bool. This is because when multiple messages arrive with QUEUE_FLUSH or
467 // QUEUE_DESTROY, we want to keep flushing messages until we arrive at the last QUEUE_FLUSH
555 if (queueMode == TextToSpeech.QUEUE_FLUSH) {

Completed in 109 milliseconds