Searched refs:getContentLocation (Results 1 – 7 of 7) sorted by relevance
76 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
271 public byte[] getContentLocation() { in getContentLocation() method in PduPart
934 name = part.getContentLocation(); in makeMessageBody()972 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
751 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()
890 if ((null == part.getContentLocation()) in parseParts()
360 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()384 + new String(nInd.getContentLocation())); in writeInboxMessage()443 final byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()