HomeSort by relevance Sort by last modified time
    Searched defs:mSrecGrammar (Results 1 - 3 of 3) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
PhoneTypeChoiceRecognizerEngine.java 35 if (mSrecGrammar == null) {
37 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/phone_type_choice.g2g");
38 mSrecGrammar.setupRecognizer();
RecognizerEngine.java 77 protected Recognizer.Grammar mSrecGrammar;
128 if (mSrecGrammar != null) {
129 mSrecGrammar.destroy();
131 mSrecGrammar = null;
CommandRecognizerEngine.java 96 if (mSrecGrammar != null) {
97 mSrecGrammar.destroy();
98 mSrecGrammar = null;
111 if (mSrecGrammar != null) {
112 mSrecGrammar.destroy();
113 mSrecGrammar = null;
139 if (mSrecGrammar != null) {
140 mSrecGrammar.destroy();
141 mSrecGrammar = null;
146 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/VoiceDialer.g2g")
    [all...]

Completed in 43 milliseconds