Searched refs:shutdownExecutorService (Results 1 – 3 of 3) sorted by relevance
59 public void shutdownExecutorService(@NonNull ScheduledExecutorService executorService) { in shutdownExecutorService() method in ExecutorProvider
288 executorProvider.shutdownExecutorService(serviceTypeClient.getExecutor()); in handleRegisterListener()324 executorProvider.shutdownExecutorService(serviceTypeClient.getExecutor()); in handleUnregisterListener()
181 verify(executorProvider).shutdownExecutorService(mockExecutorService); in registerListener_unregisterListener()196 verify(executorProvider).shutdownExecutorService(mockExecutorService); in onSocketDestroy_shutdownExecutorService()