Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
DContactsExecutors.java50 private static ListeningExecutorService sSimExecutor; field in ContactsExecutors
84 if (sSimExecutor == null) { in getSimReadExecutor()
88 sSimExecutor = MoreExecutors.listeningDecorator(executor); in getSimReadExecutor()
90 return sSimExecutor; in getSimReadExecutor()