Searched refs:scheduledExecutorService (Results 1 – 2 of 2) sorted by relevance
70 private final ScheduledExecutorService scheduledExecutorService; field in Cp2ExtendedDirectoryPhoneLookup77 @NonUiSerial ScheduledExecutorService scheduledExecutorService, in Cp2ExtendedDirectoryPhoneLookup() argument83 this.scheduledExecutorService = scheduledExecutorService; in Cp2ExtendedDirectoryPhoneLookup()111 cp2InfoFuture, timeoutMillis, TimeUnit.MILLISECONDS, scheduledExecutorService), in lookup()
116 private static ScheduledExecutorService scheduledExecutorService; field in VoicemailPlaybackPresenter188 if (scheduledExecutorService == null) { in getScheduledExecutorServiceInstance()189 scheduledExecutorService = Executors.newScheduledThreadPool(NUMBER_OF_THREADS_IN_POOL); in getScheduledExecutorServiceInstance()191 return scheduledExecutorService; in getScheduledExecutorServiceInstance()381 if (scheduledExecutorService != null) { in onDestroy()382 scheduledExecutorService.shutdown(); in onDestroy()383 scheduledExecutorService = null; in onDestroy()