Searched defs:executorService (Results 1 – 6 of 6) sorted by relevance
47 private ExecutorService executorService; field in TranscriptionService92 ExecutorService executorService, in TranscriptionService()
108 void executeOnCustomExecutorService( in executeOnCustomExecutorService()
228 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()279 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()
241 public void onPlaybackStarted(int duration, ScheduledExecutorService executorService) { in onPlaybackStarted()408 public PositionUpdater(int durationMs, ScheduledExecutorService executorService) { in PositionUpdater()
1017 void onPlaybackStarted(int duration, ScheduledExecutorService executorService); in onPlaybackStarted()
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks() local