Home | History | Annotate | Download | only in action

Lines Matching refs:messageId

67     static boolean queueMmsForDownloadInBackground(final String messageId,
72 return action.queueAction(messageId, processingAction);
111 protected boolean queueAction(final String messageId, final Action processingAction) {
112 actionParameters.putString(KEY_MESSAGE_ID, messageId);
116 final MessageData message = BugleDatabaseOperations.readMessage(db, messageId);
141 updateMessageStatus(notificationUri, messageId, conversationId,
151 "DownloadMmsAction: Queued download of MMS message " + messageId);
155 LogUtil.w(TAG, "DownloadMmsAction: Download of MMS message " + messageId
159 updateMessageStatus(notificationUri, messageId, conversationId,
166 messageId, message.getMmsTransactionId(),
233 final String messageId = actionParameters.getString(KEY_MESSAGE_ID);
246 LogUtil.i(TAG, "DownloadMmsAction: Downloading MMS message " + messageId
251 extras.putString(EXTRA_MESSAGE_ID, messageId);
263 LogUtil.d(TAG, "DownloadMmsAction: Downloading MMS message " + messageId
271 ProcessDownloadedMmsAction.processMessageDownloadFastFailed(messageId,
287 final String messageId = actionParameters.getString(KEY_MESSAGE_ID);
294 ProcessDownloadedMmsAction.processDownloadActionFailure(messageId,
301 static void updateMessageStatus(final Uri messageUri, final String messageId,
314 BugleDatabaseOperations.updateMessageRowIfExists(db, messageId, values);