Searched defs:doBackgroundWork (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DDeleteConversationAction.java70 protected Bundle doBackgroundWork() throws DataModelException { method in class:DeleteConversationAction
H A DDeleteMessageAction.java53 // it locally and deleted it in telephony (sync is also done on doBackgroundWork).
59 protected Bundle doBackgroundWork() { method in class:DeleteMessageAction
H A DReceiveMmsMessageAction.java161 protected Bundle doBackgroundWork() throws DataModelException { method in class:ReceiveMmsMessageAction
H A DBackgroundWorkerService.java123 doBackgroundWork(action, attempt);
138 private void doBackgroundWork(final Action action, final int attempt) { method in class:BackgroundWorkerService
143 TAG, action.getClass().getSimpleName() + "#doBackgroundWork");
146 response = action.doBackgroundWork();
H A DAction.java63 * Queues up background work ie. {@link #doBackgroundWork} will be called on the
102 protected Bundle doBackgroundWork() throws DataModelException { method in class:Action
108 * @param response the response returned by {@link #doBackgroundWork}
221 * @param response the response returned by {@link #doBackgroundWork}
H A DDownloadMmsAction.java230 protected Bundle doBackgroundWork() { method in class:DownloadMmsAction
H A DProcessDownloadedMmsAction.java209 protected Bundle doBackgroundWork() throws DataModelException { method in class:ProcessDownloadedMmsAction
327 // No message download to process; doBackgroundWork sent a notify deferred response
H A DSendMessageAction.java184 protected Bundle doBackgroundWork() { method in class:SendMessageAction
H A DSyncMessagesAction.java194 protected Bundle doBackgroundWork() { method in class:SyncMessagesAction

Completed in 135 milliseconds