Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2ExtendedDirectoryPhoneLookup.java70 private final ScheduledExecutorService scheduledExecutorService; field in Cp2ExtendedDirectoryPhoneLookup
77 @NonUiSerial ScheduledExecutorService scheduledExecutorService, in Cp2ExtendedDirectoryPhoneLookup() argument
83 this.scheduledExecutorService = scheduledExecutorService; in Cp2ExtendedDirectoryPhoneLookup()
111 cp2InfoFuture, timeoutMillis, TimeUnit.MILLISECONDS, scheduledExecutorService), in lookup()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackPresenter.java116 private static ScheduledExecutorService scheduledExecutorService; field in VoicemailPlaybackPresenter
188 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()