Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DExecutorProvider.java33 private final Set<ScheduledExecutorService> serviceTypeClientSchedulerExecutors = field in ExecutorProvider
40 serviceTypeClientSchedulerExecutors.add(executor); in newServiceTypeClientSchedulerExecutor()
46 for (ScheduledExecutorService executor : serviceTypeClientSchedulerExecutors) { in shutdownAll()
52 serviceTypeClientSchedulerExecutors.clear(); in shutdownAll()
63 serviceTypeClientSchedulerExecutors.remove(executorService); in shutdownExecutorService()