Home
last modified time | relevance | path

Searched refs:KEY_CONTENT_LOCATION (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessDownloadedMmsAction.java78 private static final String KEY_CONTENT_LOCATION = "content_location"; field in ProcessDownloadedMmsAction
123 params.putString(KEY_CONTENT_LOCATION, in processMessageDownloaded()
155 params.putString(KEY_CONTENT_LOCATION, contentLocation); in processMessageDownloadFastFailed()
191 params.putString(KEY_CONTENT_LOCATION, contentLocation); in sendDeferredRespStatus()
214 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in doBackgroundWork()
345 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in processBackgroundResponse()
DReceiveMmsMessageAction.java50 private static final String KEY_CONTENT_LOCATION = "content_location"; field in ReceiveMmsMessageAction
144 actionParameters.putString(KEY_CONTENT_LOCATION, mms.mContentLocation); in executeAction()
165 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in doBackgroundWork()
DDownloadMmsAction.java78 private static final String KEY_CONTENT_LOCATION = "content_location"; field in DownloadMmsAction
129 actionParameters.putString(KEY_CONTENT_LOCATION, message.getMmsContentLocation()); in queueAction()
237 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in doBackgroundWork()