Searched refs:getContentLocation (Results 1 – 7 of 7) sorted by relevance
83 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
55 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
284 public byte[] getContentLocation() { in getContentLocation() method in PduPart
973 name = part.getContentLocation(); in makeMessageBody()1011 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
766 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()
893 if ((null == part.getContentLocation()) in parseParts()
522 final byte [] contentLocation = nInd.getContentLocation(); in writeInboxMessage()546 + new String(nInd.getContentLocation())); in writeInboxMessage()605 final byte[] rawLocation = nInd.getContentLocation(); in isDuplicateNotification()