Searched refs:mInputShortcutXml (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java65 public final String mInputShortcutXml; field in class:DictionaryMaker.Arguments
82 checkNotSameFile(mInputShortcutXml, mOutputBinary);
83 checkNotSameFile(mInputShortcutXml, mOutputXml);
84 checkNotSameFile(mInputShortcutXml, mOutputCombined);
101 && (null != mInputBigramXml || null != mInputShortcutXml)) {
222 mInputShortcutXml = inputShortcutXml;
254 return readXmlFile(args.mInputUnigramXml, args.mInputShortcutXml, args.mInputBigramXml);

Completed in 26 milliseconds