HomeSort by relevance Sort by last modified time
    Searched refs:getContentLocation (Results 1 - 13 of 13) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsWapPushReceiver.java 56 final String location = new String(nInd.getContentLocation());
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
NotificationInd.java 76 public byte[] getContentLocation() {
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
PduPart.java 271 public byte[] getContentLocation() {
PduComposer.java 934 name = part.getContentLocation();
972 byte[] contentLocation = part.getContentLocation();
    [all...]
PduPersister.java 751 if (part.getContentLocation() != null) {
752 value = toIsoString(part.getContentLocation());
    [all...]
PduParser.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 109 byte [] contentLocation = nInd.getContentLocation();
139 + new String(nInd.getContentLocation()));
216 byte[] rawLocation = nInd.getContentLocation();
NotificationTransaction.java 96 mContentLocation = new String(mNotificationInd.getContentLocation());
123 mId = new String(mNotificationInd.getContentLocation());
RetrieveTransaction.java 86 mId = mContentLocation = getContentLocation(context, mUri);
99 private String getContentLocation(Context context, Uri uri)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 354 final byte [] contentLocation = nInd.getContentLocation();
378 + new String(nInd.getContentLocation()));
437 final byte[] rawLocation = nInd.getContentLocation();
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 319 mBody = new String(notifInd.getContentLocation());
ComposeMessageActivity.java     [all...]

Completed in 854 milliseconds