Searched refs:sSimExecutor (Results 1 – 1 of 1) sorted by relevance
50 private static ListeningExecutorService sSimExecutor; field in ContactsExecutors84 if (sSimExecutor == null) { in getSimReadExecutor()88 sSimExecutor = MoreExecutors.listeningDecorator(executor); in getSimReadExecutor()90 return sSimExecutor; in getSimReadExecutor()