Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DNotificationInd.java76 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
DPduComposer.java934 name = part.getContentLocation(); in makeMessageBody()
972 byte[] contentLocation = part.getContentLocation(); in makeMessageBody()
DPduParser.java890 if ((null == part.getContentLocation()) in parseParts()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsWapPushReceiver.java57 final String location = new String(nInd.getContentLocation()); in onReceive()