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

1 2 3

  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
53 if(null != contentLocation) {
54 String clc = new String(contentLocation);
168 public PduPart getPartByContentLocation(String contentLocation) {
169 return mPartMapByContentLocation.get(contentLocation);
PduPart.java 252 * @param contentLocation the value
255 public void setContentLocation(byte[] contentLocation) {
256 if(contentLocation == null) {
260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);
PduComposer.java 972 byte[] contentLocation = part.getContentLocation();
973 if (null != contentLocation) {
975 appendTextString(contentLocation);
    [all...]
PduParser.java     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
53 if(null != contentLocation) {
54 String clc = new String(contentLocation);
168 public PduPart getPartByContentLocation(String contentLocation) {
169 return mPartMapByContentLocation.get(contentLocation);
PduPart.java 252 * @param contentLocation the value
255 public void setContentLocation(byte[] contentLocation) {
256 if(contentLocation == null) {
260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);
PduComposer.java 972 byte[] contentLocation = part.getContentLocation();
973 if (null != contentLocation) {
975 appendTextString(contentLocation);
    [all...]
PduParser.java     [all...]
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
53 if(null != contentLocation) {
54 String clc = new String(contentLocation);
165 * @param contentLocation the content location.
168 public PduPart getPartByContentLocation(String contentLocation) {
169 return mPartMapByContentLocation.get(contentLocation);
PduPart.java 252 * @param contentLocation the value
255 public void setContentLocation(byte[] contentLocation) {
256 if(contentLocation == null) {
260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);
PduParser.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSender.java 84 * @param contentLocation The url of the MMS message
90 final byte[] transactionId, final String contentLocation, final int status)
95 final Uri messageUri = Uri.parse(contentLocation);
100 MmsConfig.get(subId).getNotifyWapMMSC() ? contentLocation : null,
112 * @param contentLocation The url of the MMS message
117 final byte[] transactionId, final String contentLocation)
124 final Uri messageUri = Uri.parse(contentLocation);
129 MmsConfig.get(subId).getNotifyWapMMSC() ? contentLocation : null,
243 * @param contentLocation The url of the MMS message
248 final String contentLocation, Bundle extras) throws MmsFailureException
    [all...]
MmsUtils.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPart.java 227 * @param contentLocation the value
230 public void setContentLocation(final byte[] contentLocation) {
231 if (contentLocation == null) {
235 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);
PduComposer.java     [all...]
PduParser.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
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);
DownloadMmsAction.java 237 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
258 notificationUri, subId, subPhoneNumber, transactionId, contentLocation,
272 notificationUri, conversationId, participantId, contentLocation, subId,
ReceiveMmsMessageAction.java 165 final String contentLocation = actionParameters.getString(KEY_CONTENT_LOCATION);
170 contentLocation,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 484 final byte [] contentLocation = nInd.getContentLocation();
485 if ('=' == contentLocation[contentLocation.length - 1]) {
487 byte [] contentLocationWithId = new byte [contentLocation.length
489 System.arraycopy(contentLocation, 0, contentLocationWithId,
490 0, contentLocation.length);
492 contentLocation.length, transactionId.length);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 213 String contentDisposition, String contentLocation, String mimeType, int destination)
231 name = chooseFilename(url, hint, contentDisposition, contentLocation);
282 String contentLocation) {
313 if (filename == null && contentLocation != null) {
314 String decodedContentLocation = Uri.decode(contentLocation);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 379 final int[] contentLocation = {0, 0};
380 mContentView.getLocationOnScreen(contentLocation);
382 final float x = event.getRawX() - contentLocation[0];
383 final float y = event.getRawY() - contentLocation[1];
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 489 String contentLocation = values.getAsString("cl");
490 if (!TextUtils.isEmpty(contentLocation)) {
491 File f = new File(contentLocation);
492 contentLocation = "_" + f.getName();
494 contentLocation = "";
500 + "/PART_" + System.currentTimeMillis() + contentLocation;
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 167 11 /*msgBox*/, "location 1" /*contentLocation*/, "MMs body 1" /*body*/,
190 222 /*msgBox*/, "location 2" /*contentLocation*/, "MMs body 2" /*body*/,
209 333 /*msgBox*/, null /*contentLocation*/, "MMs body 3" /*body*/,
233 11 /*msgBox*/, "location 1" /*contentLocation*/, "MMs body 1" /*body*/,
341 String contentLocation, String body,
358 if (contentLocation != null) {
359 mmsRow.put(Telephony.Mms.CONTENT_LOCATION, contentLocation);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 336 final int bugleStatus, final String contentLocation, final String transactionId,
346 message.mMmsContentLocation = contentLocation;
    [all...]

Completed in 948 milliseconds

1 2 3