Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java40 private static ScheduledExecutorService sSpellingExecutorService = newExecutorService(SPELLING); field in ExecutorUtils
91 return sSpellingExecutorService; in getBackgroundExecutor()
114 sSpellingExecutorService = newExecutorService(SPELLING); in killTasks()