Searched refs:getBackgroundExecutor (Results 1 – 6 of 6) sorted by relevance
83 public static ScheduledExecutorService getBackgroundExecutor(final String name) { in getBackgroundExecutor() method in ExecutorUtils98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks()
39 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
175 mReloadFuture = ExecutorUtils.getBackgroundExecutor(mServiceName) in onChange()
170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()