Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java63 return newHandlerExecutor(new Handler(Looper.getMainLooper())); in newUiThreadExecutor()
69 public static ScheduledExecutorService newHandlerExecutor(final Handler handler) { in newHandlerExecutor() method in ContactsExecutors
DFuturesUtil.java28 return withTimeout(future, time, unit, ContactsExecutors.newHandlerExecutor(handler)); in withTimeout()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java386 mMainThreadExecutor = ContactsExecutors.newHandlerExecutor(mMainThreadHandler);