Home
last modified time | relevance | path

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

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