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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCombinedFormatUtils.java31 public static final String PROBABILITY_TAG = "f"; field in class:CombinedFormatUtils
93 builder.append(PROBABILITY_TAG + "=" + probabilityInfo.mProbability);
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java126 case CombinedFormatUtils.PROBABILITY_TAG:
159 } else if (CombinedFormatUtils.PROBABILITY_TAG.equals(params[0])) {
178 } else if (CombinedFormatUtils.PROBABILITY_TAG.equals(params[0])) {

Completed in 236 milliseconds