Home
last modified time | relevance | path

Searched refs:doBackgroundWork (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java123 doBackgroundWork(action, attempt); in onHandleIntent()
138 private void doBackgroundWork(final Action action, final int attempt) { in doBackgroundWork() method in BackgroundWorkerService
146 response = action.doBackgroundWork(); in doBackgroundWork()
DDeleteMessageAction.java59 protected Bundle doBackgroundWork() { in doBackgroundWork() method in DeleteMessageAction
DAction.java102 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in Action
DDeleteConversationAction.java70 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in DeleteConversationAction
DReceiveMmsMessageAction.java161 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in ReceiveMmsMessageAction
DDownloadMmsAction.java230 protected Bundle doBackgroundWork() { in doBackgroundWork() method in DownloadMmsAction
DSendMessageAction.java184 protected Bundle doBackgroundWork() { in doBackgroundWork() method in SendMessageAction
DSyncMessagesAction.java194 protected Bundle doBackgroundWork() { in doBackgroundWork() method in SyncMessagesAction
DProcessDownloadedMmsAction.java209 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in ProcessDownloadedMmsAction