Searched refs:mAsyncTaskExecutor (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/voicemail/ |
H A D | VoicemailPlaybackPresenter.java | 163 private final AsyncTaskExecutor mAsyncTaskExecutor; field in class:VoicemailPlaybackPresenter 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/Contacts/src/com/android/contacts/ |
H A D | CallDetailActivity.java | 111 private AsyncTaskExecutor mAsyncTaskExecutor; field in class:CallDetailActivity 254 mAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); 329 mAsyncTaskExecutor.submit(Tasks.MARK_VOICEMAIL_READ, new AsyncTask<Void, Void, Void>() { 584 mAsyncTaskExecutor.submit(Tasks.UPDATE_PHONE_CALL_DETAILS, new UpdateContactDetailsTask()); 803 mAsyncTaskExecutor.submit(Tasks.REMOVE_FROM_CALL_LOG_AND_FINISH, 825 mAsyncTaskExecutor.submit(Tasks.DELETE_VOICEMAIL_AND_FINISH,
|
Completed in 74 milliseconds