Home
last modified time | relevance | path

Searched refs:BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DDownloadMmsAction.java186 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in isAutoDownload()
204 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in getDownloadingStatus()
225 return MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD; in getFailureStatus()
228 return MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD; in getFailureStatus()
DRedownloadMmsAction.java88 MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD); in executeAction()
DProcessPendingMessagesAction.java431 MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD), in findNextMessageToDownload()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DMessageData.java137 public static final int BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD = 102; field in MessageData
170 case BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in getStatusDescription()
600 return (mStatus == BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD || in canDownloadMessage()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java279 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateViewContent()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java318 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateViewContent()
955 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateTextAppearance()