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.java183 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in isAutoDownload()
201 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in getDownloadingStatus()
222 return MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD; in getFailureStatus()
225 return MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD; in getFailureStatus()
DRedownloadMmsAction.java86 MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD); in executeAction()
DProcessPendingMessagesAction.java415 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()
594 return (mStatus == BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD || in canDownloadMessage()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java318 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateViewContent()
952 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateTextAppearance()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java279 case MessageData.BUGLE_STATUS_INCOMING_RETRYING_MANUAL_DOWNLOAD: in updateViewContent()