Searched refs:RELOAD_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
91 static final int RELOAD_DELAY_MS = 200; field in PersonalDictionaryLookup171 Log.d(mTag, "onChange() : Scheduling reload in " + RELOAD_DELAY_MS + " ms"); in onChange()176 .schedule(this, RELOAD_DELAY_MS, TimeUnit.MILLISECONDS); in onChange()
393 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()