Home
last modified time | relevance | path

Searched defs:executorService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DTranscriptionService.java47 private ExecutorService executorService; field in TranscriptionService
92 ExecutorService executorService, in TranscriptionService()
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerExecutor.java108 void executeOnCustomExecutorService( in executeOnCustomExecutorService()
DDefaultDialerExecutorFactory.java228 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()
279 public void executeOnCustomExecutorService( in executeOnCustomExecutorService()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/
DVoicemailPlaybackLayout.java241 public void onPlaybackStarted(int duration, ScheduledExecutorService executorService) { in onPlaybackStarted()
408 public PositionUpdater(int durationMs, ScheduledExecutorService executorService) { in PositionUpdater()
DVoicemailPlaybackPresenter.java1017 void onPlaybackStarted(int duration, ScheduledExecutorService executorService); in onPlaybackStarted()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java98 final ScheduledExecutorService executorService = getBackgroundExecutor(name); in killTasks() local