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 34 if (mSrecGrammar == null) {
36 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/phone_type_choice.g2g");
37 mSrecGrammar.setupRecognizer();
RecognizerEngine.java 76 protected Recognizer.Grammar mSrecGrammar;
127 if (mSrecGrammar != null) {
128 mSrecGrammar.destroy();
130 mSrecGrammar = null;
CommandRecognizerEngine.java 95 if (mSrecGrammar != null) {
96 mSrecGrammar.destroy();
97 mSrecGrammar = null;
110 if (mSrecGrammar != null) {
111 mSrecGrammar.destroy();
112 mSrecGrammar = null;
138 if (mSrecGrammar != null) {
139 mSrecGrammar.destroy();
140 mSrecGrammar = null;
145 mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/VoiceDialer.g2g")
    [all...]

Completed in 327 milliseconds