Searched refs:mCurrentWorkItem (Results 1 – 2 of 2) sorted by relevance
31 private volatile PlaybackQueueItem mCurrentWorkItem = null; field in AudioPlaybackHandler62 final PlaybackQueueItem current = mCurrentWorkItem; in stopForApp()72 stop(mCurrentWorkItem); in stop()80 return (mQueue.peek() != null) || (mCurrentWorkItem != null); in isSpeaking()88 stop(mCurrentWorkItem); in quit()134 mCurrentWorkItem = item; in run()136 mCurrentWorkItem = null; in run()
51118 Landroid/speech/tts/AudioPlaybackHandler;->mCurrentWorkItem:Landroid/speech/tts/PlaybackQueueItem;