Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java117 doBackgroundWork(action, attempt); in onHandleWork()
130 private void doBackgroundWork(final Action action, final int attempt) { in doBackgroundWork() method in BackgroundWorkerService
138 response = action.doBackgroundWork(); in doBackgroundWork()
H A DDeleteMessageAction.java59 protected Bundle doBackgroundWork() { in doBackgroundWork() method in DeleteMessageAction
H A DAction.java102 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in Action
H A DDeleteConversationAction.java70 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in DeleteConversationAction
H A DReceiveMmsMessageAction.java161 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in ReceiveMmsMessageAction
H A DDownloadMmsAction.java233 protected Bundle doBackgroundWork() { in doBackgroundWork() method in DownloadMmsAction
H A DSendMessageAction.java192 protected Bundle doBackgroundWork() { in doBackgroundWork() method in SendMessageAction
H A DSyncMessagesAction.java194 protected Bundle doBackgroundWork() { in doBackgroundWork() method in SyncMessagesAction
H A DProcessDownloadedMmsAction.java211 protected Bundle doBackgroundWork() throws DataModelException { in doBackgroundWork() method in ProcessDownloadedMmsAction