Home
last modified time | relevance | path

Searched refs:mScheduledExecutorService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarHeadsUpNotificationQueueTest.java87 private ScheduledExecutorService mScheduledExecutorService; field in CarHeadsUpNotificationQueueTest
130 mScheduledExecutorService, mCarHeadsUpNotificationQueueCallback); in createCarHeadsUpNotificationQueue()
596 verify(mScheduledExecutorService).schedule(any(Runnable.class), anyLong(), in nonAllowlistAppInForeground_afterAllowlistApp_callbackScheduled()
622 verify(mScheduledExecutorService, never()).schedule(any(Runnable.class), anyLong(), in nonAllowlistAppInForeground_afterNonAllowlistApp_callbackNotScheduled()
793 verify(mScheduledExecutorService).schedule(any(Runnable.class), anyLong(), in onStateChange_dismissed_callbackScheduled()
813 verify(mScheduledExecutorService).schedule(any(Runnable.class), anyLong(), in onStateChange_removedBySender_callbackScheduled()
897 verify(mScheduledExecutorService).schedule(any(Runnable.class), in scheduleCallback_schedulesNewTask_whenNoTaskScheduled()
916 verify(mScheduledExecutorService).schedule(any(Runnable.class), in scheduleCallback_schedulesNewTask_whenShorterTaskScheduled()
953 verify(mScheduledExecutorService, never()).schedule(any(Runnable.class), anyLong(), in scheduleCallback_doesNotScheduleNewTask_whenLongerTaskScheduled()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAnomalyWatchdog.java112 private final ScheduledExecutorService mScheduledExecutorService; field in CallAnomalyWatchdog
153 mScheduledExecutorService = executorService; in CallAnomalyWatchdog()
303 ScheduledFuture<?> future = mScheduledExecutorService.schedule(cleanupRunnable, in maybeTrackCall()
DAudioRoute.java52 private final ScheduledExecutorService mScheduledExecutorService = field in AudioRoute.Factory
97 mScheduledExecutorService.schedule( in createRetry()
/packages/services/Car/experimental/tests/experimentalcarservice_unit_test/src/com/android/experimentalcar/
DTouchDriverAwarenessSupplierTest.java47 private ScheduledExecutorService mScheduledExecutorService; field in TouchDriverAwarenessSupplierTest
71 mScheduledExecutorService, mLooper, in setUp()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarHeadsUpNotificationQueue.java65 private final ScheduledExecutorService mScheduledExecutorService; field in CarHeadsUpNotificationQueue
157 mScheduledExecutorService = scheduledExecutorService; in CarHeadsUpNotificationQueue()
223 mScheduledFuture = mScheduledExecutorService.schedule(this::triggerCallback, in scheduleCallback()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DPersistAdSelectionResultRunner.java129 @NonNull private final ScheduledThreadPoolExecutor mScheduledExecutorService; field in PersistAdSelectionResultRunner
189 mScheduledExecutorService = scheduledExecutorService; in PersistAdSelectionResultRunner()
369 .withTimeout(mOverallTimeout, TimeUnit.MILLISECONDS, mScheduledExecutorService) in orchestratePersistAdSelectionResultRunner()