Searched refs:contentLocation (Results 1 – 3 of 3) sorted by relevance
52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()53 if(null != contentLocation) { in putPartToMaps()54 String clc = new String(contentLocation); in putPartToMaps()168 public PduPart getPartByContentLocation(String contentLocation) { in getPartByContentLocation() argument169 return mPartMapByContentLocation.get(contentLocation); in getPartByContentLocation()
255 public void setContentLocation(byte[] contentLocation) { in setContentLocation() argument256 if(contentLocation == null) { in setContentLocation()260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation); in setContentLocation()
972 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()973 if (null != contentLocation) { in makeMessageBody()975 appendTextString(contentLocation); in makeMessageBody()