Searched refs:getThreadExecutor (Results 1 – 2 of 2) sorted by relevance
68 return getThreadExecutor().submit(runnable); in postOnBackgroundThread()77 return getThreadExecutor().submit(callable); in postOnBackgroundThread()87 private static synchronized ExecutorService getThreadExecutor() { in getThreadExecutor() method in ThreadUtils
928 callback.setExecutor(getThreadExecutor()); in addConfigCallback()969 private Executor getThreadExecutor() { in getThreadExecutor() method in ImsConfig