Searched refs:executorService (Results 1 – 4 of 4) sorted by relevance
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks() local99 executorService.shutdownNow(); in killTasks()101 executorService.awaitTermination(5, TimeUnit.SECONDS); in killTasks()105 if (executorService == sExecutorServiceForTests) { in killTasks()
112 public PositionUpdater(int durationMs, ScheduledExecutorService executorService) { in PositionUpdater() argument114 mExecutorService = executorService; in PositionUpdater()365 public void onPlaybackStarted(int duration, ScheduledExecutorService executorService) { in onPlaybackStarted() argument374 mPositionUpdater = new PositionUpdater(duration, executorService); in onPlaybackStarted()
83 void onPlaybackStarted(int duration, ScheduledExecutorService executorService); in onPlaybackStarted() argument
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...