Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DPersonalDictionaryLookup.java91 static final int RELOAD_DELAY_MS = 200; field in PersonalDictionaryLookup
171 Log.d(mTag, "onChange() : Scheduling reload in " + RELOAD_DELAY_MS + " ms"); in onChange()
176 .schedule(this, RELOAD_DELAY_MS, TimeUnit.MILLISECONDS); in onChange()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DPersonalDictionaryLookupTest.java393 Thread.sleep(PersonalDictionaryLookup.RELOAD_DELAY_MS + 1000); in testReload()
435 Thread.sleep(PersonalDictionaryLookup.RELOAD_DELAY_MS + 1000); in testDictionaryStats()
480 Thread.sleep(PersonalDictionaryLookup.RELOAD_DELAY_MS + 1000); in testClose()