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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLastComposedWord.java47 public static final String NOT_A_SEPARATOR = ""; field in class:LastComposedWord
62 NOT_A_SEPARATOR, null, WordComposer.CAPS_MODE_OFF);
H A DLatinIME.java1785 mInputLogic.commitTyped(mSettings.getCurrent(), LastComposedWord.NOT_A_SEPARATOR);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java195 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
323 LastComposedWord.NOT_A_SEPARATOR);
519 commitCurrentAutoCorrection(settingsValues, LastComposedWord.NOT_A_SEPARATOR,
522 commitTyped(settingsValues, LastComposedWord.NOT_A_SEPARATOR);
781 commitTyped(inputTransaction.mSettingsValues, LastComposedWord.NOT_A_SEPARATOR);
901 final String separator = shouldAvoidSendingCode ? LastComposedWord.NOT_A_SEPARATOR
2062 * In this case, `separatorString' is set to NOT_A_SEPARATOR.
2065 * @param separatorString the separator that's causing the commit, or NOT_A_SEPARATOR if none.
2149 * @param separatorString the separator that's causing the commit, or NOT_A_SEPARATOR if none.

Completed in 117 milliseconds