HomeSort by relevance Sort by last modified time
    Searched refs:HISTORICAL_INFO_TAG (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 32 public static final String HISTORICAL_INFO_TAG = "historicalInfo";
96 builder.append(HISTORICAL_INFO_TAG + "=");
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 131 case CombinedFormatUtils.HISTORICAL_INFO_TAG:
182 } else if (CombinedFormatUtils.HISTORICAL_INFO_TAG.equals(params[0])) {

Completed in 159 milliseconds