Searched refs:mCurrentSpeechItem (Results 1 – 1 of 1) sorted by relevance
459 private SpeechItem mCurrentSpeechItem = null; field in TextToSpeechService.SynthHandler502 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()