Home
last modified time | relevance | path

Searched refs:mCurrentSpeechItem (Results 1 – 1 of 1) 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()
506 SpeechItem old = mCurrentSpeechItem; in setCurrentSpeechItem()
507 mCurrentSpeechItem = speechItem; in setCurrentSpeechItem()
512 if (mCurrentSpeechItem != null && in maybeRemoveCurrentSpeechItem()
513 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) { in maybeRemoveCurrentSpeechItem()
514 SpeechItem current = mCurrentSpeechItem; in maybeRemoveCurrentSpeechItem()
515 mCurrentSpeechItem = null; in maybeRemoveCurrentSpeechItem()