Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduComposer.java996 name = part.getContentLocation(); in makeMessageBody()
1039 final byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
DNotificationInd.java76 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
DPduPart.java246 public byte[] getContentLocation() { in getContentLocation() method in PduPart
DPduParser.java921 if ((null == part.getContentLocation()) in parseParts()
DPduPersister.java763 bytes = part.getContentLocation(); in getValues()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DNotificationInd.java74 public byte[] getContentLocation() { in getContentLocation() method in NotificationInd
DPduBody.java52 byte[] contentLocation = part.getContentLocation(); in putPartToMaps()
DPduPart.java271 public byte[] getContentLocation() { in getContentLocation() method in PduPart
DPduParser.java887 if ((null == part.getContentLocation()) in parseParts()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java2179 final byte[] rawLocation = nInd.getContentLocation(); in getDupNotifications()
2306 final byte [] contentLocationTemp = nInd.getContentLocation();
2351 LogUtil.w(TAG, "Dup WAP Push url=" + new String(nInd.getContentLocation()));