Searched refs:scheduledExecutorService (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | Cp2ExtendedDirectoryPhoneLookup.java | 70 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/ |
D | VoicemailPlaybackPresenter.java | 116 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()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AdIdFetcher.java | 143 ScheduledExecutorService scheduledExecutorService) { in getFutureWithTimeout() argument 148 out, timeoutInMs, TimeUnit.MILLISECONDS, scheduledExecutorService); in getFutureWithTimeout()
|
D | PersistAdSelectionResultRunner.java | 211 @NonNull final ScheduledThreadPoolExecutor scheduledExecutorService, in PersistAdSelectionResultRunner() argument 230 Objects.requireNonNull(scheduledExecutorService); in PersistAdSelectionResultRunner() 247 mScheduledExecutorService = scheduledExecutorService; in PersistAdSelectionResultRunner()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarHeadsUpNotificationQueue.java | 92 ScheduledExecutorService scheduledExecutorService, in CarHeadsUpNotificationQueue() argument 157 mScheduledExecutorService = scheduledExecutorService; in CarHeadsUpNotificationQueue()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallsManagerTest.java | 3262 TestScheduledExecutorService scheduledExecutorService = new TestScheduledExecutorService(); in testConnectionServiceCreateConnectionTimeout() local 3263 service.setScheduledExecutorService(scheduledExecutorService); in testConnectionServiceCreateConnectionTimeout() 3278 return scheduledExecutorService.isRunnableScheduledAtTime(15000L); in testConnectionServiceCreateConnectionTimeout() 3281 scheduledExecutorService.advanceTime(15000L); in testConnectionServiceCreateConnectionTimeout()
|