Home
last modified time | relevance | path

Searched refs:getContentLocation (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DNotificationInd.java76 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
DPduBody.java52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
DPduPart.java271 public byte[] getContentLocation() { in getContentLocation() method in PduPart
DPduComposer.java934 name = part.getContentLocation(); in makeMessageBody()
972 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
DPduPersister.java751 if (part.getContentLocation() != null) { in persistPart()
752 value = toIsoString(part.getContentLocation()); in persistPart()
1129 if (part.getContentLocation() != null) { in updatePart()
1130 value = toIsoString(part.getContentLocation()); in updatePart()
DPduParser.java890 if ((null == part.getContentLocation()) in parseParts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java360 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()
384 + new String(nInd.getContentLocation())); in writeInboxMessage()
443 final byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()