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
124 params.putString(KEY_CONTENT_LOCATION, in processMessageDownloaded()
157 params.putString(KEY_CONTENT_LOCATION, contentLocation); in processMessageDownloadFastFailed()
193 params.putString(KEY_CONTENT_LOCATION, contentLocation); in sendDeferredRespStatus()
216 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in doBackgroundWork()
352 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
131 actionParameters.putString(KEY_CONTENT_LOCATION, message.getMmsContentLocation()); in queueAction()
240 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION); in doBackgroundWork()