HomeSort by relevance Sort by last modified time
    Searched full:alternatesbundle (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 633 // VS Market update is needed for IME froyo clients to access the alternatesBundle
635 Bundle alternatesBundle = resultsBundle.getBundle(ALTERNATES_BUNDLE);
641 if (ENABLE_WORD_CORRECTIONS && alternatesBundle != null && results.size() > 0) {
644 Bundle spansBundle = alternatesBundle.getBundle(AlternatesBundleKeys.SPANS);

Completed in 105 milliseconds