Home
last modified time | relevance | path

Searched refs:newUiThreadExecutor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DListenableFutureLoader.java68 mUiExecutor = ContactsExecutors.newUiThreadExecutor(); in ListenableFutureLoader()
DContactsExecutors.java62 public static ScheduledExecutorService newUiThreadExecutor() { in newUiThreadExecutor() method in ContactsExecutors