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

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java128 private int mVocabulary = 0; field in class:Recognizer
170 mVocabulary = SR_VocabularyLoad();
185 SR_GrammarSetupVocabulary(mGrammar, mVocabulary);
404 if (mVocabulary != 0) SR_VocabularyDestroy(mVocabulary);
406 mVocabulary = 0;
428 if (mVocabulary != 0 || mRecognizer != 0) {

Completed in 167 milliseconds