Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java471 private int mFlushAll = 0; field in TextToSpeechService.SynthHandler
480 mFlushAll += 1; in startFlushingSpeechItems()
489 mFlushAll -= 1; in endFlushingSpeechItems()
497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); in isFlushed()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50751 Landroid/speech/tts/TextToSpeechService$SynthHandler;->mFlushAll:I