HomeSort by relevance Sort by last modified time
    Searched defs:contentLocation (Results 1 - 25 of 37) sorted by null

1 2

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveMmsMessageAction.java 165 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
170 contentLocation,
DownloadMmsAction.java 237 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
258 notificationUri, subId, subPhoneNumber, transactionId, contentLocation,
272 notificationUri, conversationId, participantId, contentLocation, subId,
ProcessDownloadedMmsAction.java 139 final String contentLocation, final int subId, final String subPhoneNumber,
155 params.putString(KEY_CONTENT_LOCATION, contentLocation);
186 final String contentLocation, final int subId) {
191 params.putString(KEY_CONTENT_LOCATION, contentLocation);
214 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
228 contentLocation,
290 contentLocation, autoDownload, receivedTimestampInSeconds,
345 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
346 sendDeferredRespStatus(messageId, transactionId, contentLocation, subId);