HomeSort by relevance Sort by last modified time
    Searched full:masynctaskexecutor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 163 private final AsyncTaskExecutor mAsyncTaskExecutor;
182 mAsyncTaskExecutor = asyncTaskExecutor;
205 mAsyncTaskExecutor.submit(Tasks.CHECK_FOR_CONTENT, new AsyncTask<Void, Void, Boolean>() {
275 mAsyncTaskExecutor.submit(Tasks.CHECK_CONTENT_AFTER_CHANGE,
307 mAsyncTaskExecutor.submit(Tasks.PREPARE_MEDIA_PLAYER,
439 mPrepareTask = mAsyncTaskExecutor.submit(Tasks.RESET_PREPARE_START_MEDIA_PLAYER,
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 124 private AsyncTaskExecutor mAsyncTaskExecutor;
298 mAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor();
374 mAsyncTaskExecutor.submit(Tasks.MARK_VOICEMAIL_READ, new AsyncTask<Void, Void, Void>() {
629 mAsyncTaskExecutor.submit(Tasks.UPDATE_PHONE_CALL_DETAILS, new UpdateContactDetailsTask());
    [all...]

Completed in 3659 milliseconds