Searched refs:newHandlerExecutor (Results 1 – 3 of 3) sorted by relevance
63 return newHandlerExecutor(new Handler(Looper.getMainLooper())); in newUiThreadExecutor()69 public static ScheduledExecutorService newHandlerExecutor(final Handler handler) { in newHandlerExecutor() method in ContactsExecutors
28 return withTimeout(future, time, unit, ContactsExecutors.newHandlerExecutor(handler)); in withTimeout()
386 mMainThreadExecutor = ContactsExecutors.newHandlerExecutor(mMainThreadHandler);