Searched refs:mFlushAll (Results 1 – 2 of 2) sorted by relevance
471 private int mFlushAll = 0; field in TextToSpeechService.SynthHandler480 mFlushAll += 1; in startFlushingSpeechItems()489 mFlushAll -= 1; in endFlushingSpeechItems()497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity()); in isFlushed()
65306 Landroid/speech/tts/TextToSpeechService$SynthHandler;->mFlushAll:I