HomeSort by relevance Sort by last modified time
    Searched refs:SpeechItem (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 459 private SpeechItem mCurrentSpeechItem = null;
495 private boolean isFlushed(SpeechItem speechItem) {
497 return mFlushAll > 0 || mFlushedObjects.contains(speechItem.getCallerIdentity());
501 private synchronized SpeechItem getCurrentSpeechItem() {
505 private synchronized SpeechItem setCurrentSpeechItem(SpeechItem speechItem) {
506 SpeechItem old = mCurrentSpeechItem;
507 mCurrentSpeechItem = speechItem;
    [all...]
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 206 milliseconds