Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java459 private SpeechItem mCurrentSpeechItem = null; field in TextToSpeechService.SynthHandler
502 return mCurrentSpeechItem; in getCurrentSpeechItem()
519 mCurrentSpeechItem = speechItem; in setCurrentSpeechItem()
524 SpeechItem current = mCurrentSpeechItem; in removeCurrentSpeechItem()
525 mCurrentSpeechItem = null; in removeCurrentSpeechItem()
530 if (mCurrentSpeechItem != null && in maybeRemoveCurrentSpeechItem()
531 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) { in maybeRemoveCurrentSpeechItem()
532 SpeechItem current = mCurrentSpeechItem; in maybeRemoveCurrentSpeechItem()
533 mCurrentSpeechItem = null; in maybeRemoveCurrentSpeechItem()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70043 Landroid/speech/tts/TextToSpeechService$SynthHandler;->mCurrentSpeechItem:Landroid/speech/tts/TextT…