Searched defs:mCurrentSpeechItem (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java458 private SpeechItem mCurrentSpeechItem = null; field in class:TextToSpeechService.SynthHandler
501 return mCurrentSpeechItem;
505 SpeechItem old = mCurrentSpeechItem;
506 mCurrentSpeechItem = speechItem;
511 if (mCurrentSpeechItem != null &&
512 (mCurrentSpeechItem.getCallerIdentity() == callerIdentity)) {
513 SpeechItem current = mCurrentSpeechItem;
514 mCurrentSpeechItem = null;

Completed in 22 milliseconds