HomeSort by relevance Sort by last modified time
    Searched refs: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();
CommandRecognizerEngine.java 97 if (mSrecGrammar != null) {
98 mSrecGrammar.destroy();
99 mSrecGrammar = null;
112 if (mSrecGrammar != null) {
113 mSrecGrammar.destroy();
114 mSrecGrammar = null;
140 if (mSrecGrammar != null) {
141 mSrecGrammar.destroy();
142 mSrecGrammar = null;
147 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/VoiceDialer.g2g")
    [all...]
RecognizerEngine.java 77 protected Recognizer.Grammar mSrecGrammar;
128 if (mSrecGrammar != null) {
129 mSrecGrammar.destroy();
131 mSrecGrammar = null;

Completed in 14 milliseconds