Home
last modified time | relevance | path

Searched refs:STRING_WITHOUT_PERIOD (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTests.java269 final String STRING_WITHOUT_PERIOD = "this "; in testDoubleSpacePeriodWithSettings() local
271 final String EXPECTED_RESULT = expectsPeriod ? STRING_WITH_PERIOD : STRING_WITHOUT_PERIOD; in testDoubleSpacePeriodWithSettings()
284 type(STRING_WITHOUT_PERIOD); in testDoubleSpacePeriodWithSettings()