Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java70 return new HandlerExecutorService(handler); in newHandlerExecutor()
101 private static class HandlerExecutorService extends AbstractExecutorService class in ContactsExecutors
105 private HandlerExecutorService(Handler handler) { in HandlerExecutorService() method in ContactsExecutors.HandlerExecutorService