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 | 142 final int statusIfFailed, final boolean autoDownload, final String transactionId, in processMessageDownloadFastFailed() argument 158 params.putBoolean(KEY_AUTO_DOWNLOAD, autoDownload); in processMessageDownloadFastFailed() 280 final boolean autoDownload = actionParameters.getBoolean( in doBackgroundWork() 293 contentLocation, autoDownload, receivedTimestampInSeconds, in doBackgroundWork() 340 final boolean autoDownload = actionParameters.getBoolean(KEY_AUTO_DOWNLOAD); in processBackgroundResponse() 349 autoDownload && (status == MmsUtils.MMS_REQUEST_MANUAL_RETRY); in processBackgroundResponse() 356 if (autoDownload) { in processBackgroundResponse()
|
D | DownloadMmsAction.java | 241 final boolean autoDownload = actionParameters.getBoolean(KEY_AUTO_DOWNLOAD); in doBackgroundWork() 251 + " (" + (autoDownload ? "auto" : "manual") + ")"); in doBackgroundWork() 263 autoDownload, receivedTimestampRoundedToSecond / 1000L, expiry / 1000L, extras); in doBackgroundWork() 277 subPhoneNumber, statusIfFailed, autoDownload, transactionId, in doBackgroundWork()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 1808 final String contentLocation, final boolean autoDownload, in downloadMmsMessage() argument 1857 extras.putBoolean(DownloadMmsAction.EXTRA_AUTO_DOWNLOAD, autoDownload); in downloadMmsMessage() 1866 subPhoneNumber, transactionId, contentLocation, autoDownload, in downloadMmsMessage() 1881 final boolean autoDownload, final long receivedTimestampInSeconds, in insertDownloadedMessageAndSendResponse() argument 1906 if (autoDownload) { in insertDownloadedMessageAndSendResponse()
|