Searched defs:executorService (Results 1 – 11 of 11) sorted by relevance
54 private final ListeningExecutorService executorService; field in BlockingCommand59 @BackgroundExecutor ListeningExecutorService executorService) { in BlockingCommand()
54 private final ListeningExecutorService executorService; field in SystemBlockedNumberPhoneLookup60 @BackgroundExecutor ListeningExecutorService executorService, in SystemBlockedNumberPhoneLookup()
241 public void onPlaybackStarted(int duration, ScheduledExecutorService executorService) { in onPlaybackStarted()383 private final ScheduledExecutorService executorService; field in VoicemailPlaybackLayout.PositionUpdater406 public PositionUpdater(int durationMs, ScheduledExecutorService executorService) { in PositionUpdater()
1020 void onPlaybackStarted(int duration, ScheduledExecutorService executorService); in onPlaybackStarted()
53 private ExecutorService executorService; field in TranscriptionService135 ExecutorService executorService, in TranscriptionService()
52 final ExecutorService executorService = mFeatureProvider.getExecutorService(); in fetchResults() local
196 void executeOnCustomExecutorService( in executeOnCustomExecutorService()
195 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()246 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()
52 ExecutorService executorService) { in AsyncQueryLiveData()
98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks() local
134 ExecutorService executorService = mFeatureProvider.getExecutorService(); in query() local