Searched refs:getContentLocation (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DNotificationInd.java76 public byte[] getContentLocation() { method in class:NotificationInd
H A DPduBody.java52 byte[] contentLocation = part.getContentLocation();
H A DPduPart.java271 public byte[] getContentLocation() { method in class:PduPart
H A DPduComposer.java934 name = part.getContentLocation();
972 byte[] contentLocation = part.getContentLocation();
H A DPduPersister.java750 if (part.getContentLocation() != null) {
751 value = toIsoString(part.getContentLocation());
1128 if (part.getContentLocation() != null) {
1129 value = toIsoString(part.getContentLocation());
H A DPduParser.java890 if ((null == part.getContentLocation())
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle156 File outputDir = outputProvider.getContentLocation("data-binding-filtered",
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java484 final byte [] contentLocation = nInd.getContentLocation();
508 + new String(nInd.getContentLocation()));
567 final byte[] rawLocation = nInd.getContentLocation();

Completed in 1023 milliseconds