Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DNotificationInd.java83 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
DPduBody.java55 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
DPduPart.java284 public byte[] getContentLocation() { in getContentLocation() method in PduPart
DPduComposer.java973 name = part.getContentLocation(); in makeMessageBody()
1011 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
DPduPersister.java766 if (part.getContentLocation() != null) { in persistPart()
767 value = toIsoString(part.getContentLocation()); in persistPart()
1091 if (part.getContentLocation() != null) { in updatePart()
1092 value = toIsoString(part.getContentLocation()); in updatePart()
DPduParser.java893 if ((null == part.getContentLocation()) in parseParts()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DWapPushOverSms.java522 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()
546 + new String(nInd.getContentLocation())); in writeInboxMessage()
605 final byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()