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 31 public static final String HISTORICAL_INFO_TAG = "historicalInfo";
94 builder.append(HISTORICAL_INFO_TAG + "=");
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 126 } else if (CombinedFormatUtils.HISTORICAL_INFO_TAG.equals(params[0])) {
171 } else if (CombinedFormatUtils.HISTORICAL_INFO_TAG.equals(params[0])) {

Completed in 82 milliseconds