OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAsyncTaskExecutor
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java
162
private final AsyncTaskExecutor
mAsyncTaskExecutor
;
181
mAsyncTaskExecutor
= asyncTaskExecutor;
204
mAsyncTaskExecutor
.submit(Tasks.CHECK_FOR_CONTENT, new AsyncTask<Void, Void, Boolean>() {
274
mAsyncTaskExecutor
.submit(Tasks.CHECK_CONTENT_AFTER_CHANGE,
306
mAsyncTaskExecutor
.submit(Tasks.PREPARE_MEDIA_PLAYER,
498
mPrepareTask =
mAsyncTaskExecutor
.submit(Tasks.RESET_PREPARE_START_MEDIA_PLAYER,
/packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java
127
private AsyncTaskExecutor
mAsyncTaskExecutor
;
301
mAsyncTaskExecutor
= AsyncTaskExecutors.createThreadPoolExecutor();
377
mAsyncTaskExecutor
.submit(Tasks.MARK_VOICEMAIL_READ, new AsyncTask<Void, Void, Void>() {
645
mAsyncTaskExecutor
.submit(Tasks.UPDATE_PHONE_CALL_DETAILS, new UpdateContactDetailsTask());
[
all
...]
Completed in 190 milliseconds