Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsLanguageWithoutSpaces.java79 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testStartComposingInsideText()
99 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testMovingCursorInsideWordAndType()
104 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testMovingCursorInsideWordAndType()
111 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testMovingCursorInsideWordAndType()
112 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testMovingCursorInsideWordAndType()
124 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictions()
DInputLogicTests.java507 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterSpace()
519 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsWithDoubleSpaceToPeriod()
523 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsWithDoubleSpaceToPeriod()
537 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterManualPick()
549 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterPeriod()
572 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterRecorrection()
577 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterRecorrection()
581 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testPredictionsAfterRecorrection()
629 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testManySingleQuotesOneByOne()
641 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testTypingSingleQuotesOneByOne()
DShiftModeTests.java76 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in testRepeatingBackspace()
DInputTestsBase.java66 protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS = 200; field in InputTestsBase
233 sleep(DELAY_TO_WAIT_FOR_PREDICTIONS_MILLIS); in setUp()