Searched refs:autoDownload (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ReceiveMmsMessageAction.java | 91 final boolean autoDownload = (!blocked && MmsUtils.allowMmsAutoRetrieve(subId)); in executeAction() 114 (autoDownload ? MessageData.BUGLE_STATUS_INCOMING_RETRYING_AUTO_DOWNLOAD : in executeAction() 119 if (!autoDownload) { in executeAction() 134 if (!autoDownload) { in executeAction()
|
D | ProcessDownloadedMmsAction.java | 140 final int statusIfFailed, final boolean autoDownload, final String transactionId, in processMessageDownloadFastFailed() argument 156 params.putBoolean(KEY_AUTO_DOWNLOAD, autoDownload); in processMessageDownloadFastFailed() 278 final boolean autoDownload = actionParameters.getBoolean( in doBackgroundWork() 290 contentLocation, autoDownload, receivedTimestampInSeconds, in doBackgroundWork() 335 final boolean autoDownload = actionParameters.getBoolean(KEY_AUTO_DOWNLOAD); in processBackgroundResponse() 343 if (autoDownload && message == null && status == MmsUtils.MMS_REQUEST_MANUAL_RETRY) { in processBackgroundResponse() 349 if (autoDownload) { in processBackgroundResponse()
|
D | DownloadMmsAction.java | 238 final boolean autoDownload = actionParameters.getBoolean(KEY_AUTO_DOWNLOAD); in doBackgroundWork() 247 + " (" + (autoDownload ? "auto" : "manual") + ")"); in doBackgroundWork() 259 autoDownload, receivedTimestampRoundedToSecond / 1000L, extras); in doBackgroundWork() 273 subPhoneNumber, statusIfFailed, autoDownload, transactionId, in doBackgroundWork()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 1844 final String contentLocation, final boolean autoDownload, in downloadMmsMessage() argument 1893 extras.putBoolean(DownloadMmsAction.EXTRA_AUTO_DOWNLOAD, autoDownload); in downloadMmsMessage() 1901 subPhoneNumber, transactionId, contentLocation, autoDownload, in downloadMmsMessage() 1916 final boolean autoDownload, final long receivedTimestampInSeconds, in insertDownloadedMessageAndSendResponse() argument 1942 if (autoDownload) { in insertDownloadedMessageAndSendResponse() 1955 } else if (status == MMS_REQUEST_MANUAL_RETRY && autoDownload) { in insertDownloadedMessageAndSendResponse()
|