Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java39 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 ExecutorUtils
111 sKeyboardExecutorService = newExecutorService(KEYBOARD); in killTasks()
114 sSpellingExecutorService = newExecutorService(SPELLING); in killTasks()