Searched defs:g2gFileName (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java181 * @param g2gFileName pathname of g2g file.
183 public Grammar(String g2gFileName) throws IOException { argument
184 mGrammar = SR_GrammarLoad(g2gFileName);
226 * @param g2gFileName
229 public void save(String g2gFileName) throws IOException { argument
230 SR_GrammarSave(mGrammar, g2gFileName);

Completed in 126 milliseconds