Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DNotificationInd.java83 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
H A DPduBody.java56 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
H A DPduPart.java285 public byte[] getContentLocation() { in getContentLocation() method in PduPart
H A DPduComposer.java973 name = part.getContentLocation(); in makeMessageBody()
1011 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
H A 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()
H A DPduParser.java893 if ((null == part.getContentLocation()) in parseParts()