Home
last modified time | relevance | path

Searched refs:mAsyncTaskExecutor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/voicemail/
DVoicemailAsyncTaskUtil.java89 private final AsyncTaskExecutor mAsyncTaskExecutor; field in VoicemailAsyncTaskUtil
94 mAsyncTaskExecutor = AsyncTaskExecutors.createThreadPoolExecutor(); in VoicemailAsyncTaskUtil()
106 mAsyncTaskExecutor.submit(Tasks.GET_VOICEMAIL_FILE_PATH, in getVoicemailFilePath()
139 mAsyncTaskExecutor.submit(Tasks.SET_VOICEMAIL_ARCHIVE_STATUS, in setVoicemailArchiveStatus()
167 mAsyncTaskExecutor.submit(Tasks.ARCHIVE_VOICEMAIL_CONTENT, in archiveVoicemailContent()
DVoicemailPlaybackPresenter.java164 protected AsyncTaskExecutor mAsyncTaskExecutor; field in VoicemailPlaybackPresenter
204 mAsyncTaskExecutor = AsyncTaskExecutors.createAsyncTaskExecutor(); in VoicemailPlaybackPresenter()
408 mAsyncTaskExecutor.submit(Tasks.CHECK_FOR_CONTENT, new AsyncTask<Void, Void, Boolean>() { in checkForContent()
527 mAsyncTaskExecutor.submit(Tasks.CHECK_CONTENT_AFTER_CHANGE, in onChange()
DVoicemailPlaybackLayout.java275 private final AsyncTaskExecutor mAsyncTaskExecutor = field in VoicemailPlaybackLayout
602 mAsyncTaskExecutor.submit(Tasks.QUERY_ARCHIVED_STATUS, in updateArchiveButton()
DVoicemailArchivePlaybackPresenter.java54 mAsyncTaskExecutor.submit(Tasks.CHECK_FOR_CONTENT, new AsyncTask<Void, Void, Boolean>() { in checkForContent()