Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DExecutorUtilsTests.java39 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsContentObserver.java68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
DPersonalDictionaryLookup.java175 mReloadFuture = ExecutorUtils.getBackgroundExecutor(mServiceName) in onChange()
DExpandableBinaryDictionary.java170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
DDictionaryFacilitatorImpl.java385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()