Searched defs:contentLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduBody.java52 byte[] contentLocation = part.getContentLocation();
53 if(null != contentLocation) {
54 String clc = new String(contentLocation);
168 public PduPart getPartByContentLocation(String contentLocation) { argument
169 return mPartMapByContentLocation.get(contentLocation);
H A DPduPart.java252 * @param contentLocation the value
255 public void setContentLocation(byte[] contentLocation) { argument
256 if(contentLocation == null) {
260 mPartHeader.put(P_CONTENT_LOCATION, contentLocation);

Completed in 47 milliseconds