Home
last modified time | relevance | path

Searched refs:QUEUE_DESTROY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java557 } else if (queueMode == TextToSpeech.QUEUE_DESTROY) { in enqueueSpeechItem()
DTextToSpeech.java142 static final int QUEUE_DESTROY = 2; field in TextToSpeech