Searched refs:newExecutorService (Results 1 – 1 of 1) sorted by relevance
39 private static ScheduledExecutorService sKeyboardExecutorService = newExecutorService(KEYBOARD);40 private static ScheduledExecutorService sSpellingExecutorService = newExecutorService(SPELLING);42 private static ScheduledExecutorService newExecutorService(final String name) { in newExecutorService() method in ExecutorUtils111 sKeyboardExecutorService = newExecutorService(KEYBOARD); in killTasks()114 sSpellingExecutorService = newExecutorService(SPELLING); in killTasks()