Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DExecutorProvider.java59 public void shutdownExecutorService(@NonNull ScheduledExecutorService executorService) { in shutdownExecutorService() method in ExecutorProvider
DMdnsDiscoveryManager.java288 executorProvider.shutdownExecutorService(serviceTypeClient.getExecutor()); in handleRegisterListener()
324 executorProvider.shutdownExecutorService(serviceTypeClient.getExecutor()); in handleUnregisterListener()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsDiscoveryManagerTests.java181 verify(executorProvider).shutdownExecutorService(mockExecutorService); in registerListener_unregisterListener()
196 verify(executorProvider).shutdownExecutorService(mockExecutorService); in onSocketDestroy_shutdownExecutorService()