HomeSort by relevance Sort by last modified time
    Searched full:getcontentlocation (Results 1 - 14 of 14) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 108 byte [] contentLocation = nInd.getContentLocation();
131 + new String(nInd.getContentLocation()));
208 byte[] rawLocation = nInd.getContentLocation();
RetrieveTransaction.java 83 mId = mContentLocation = getContentLocation(context, mUri);
96 private String getContentLocation(Context context, Uri uri)
NotificationTransaction.java 94 mContentLocation = new String(mNotificationInd.getContentLocation());
  /frameworks/base/core/java/com/google/android/mms/pdu/
SendConf.java 105 * public byte[] getContentLocation() {return null;}
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
NotificationInd.java 76 public byte[] getContentLocation() {
PduPart.java 259 public byte[] getContentLocation() {
PduPersister.java 700 if (part.getContentLocation() != null) {
701 value = toIsoString(part.getContentLocation());
    [all...]
PduComposer.java 936 name = part.getContentLocation();
974 byte[] contentLocation = part.getContentLocation();
    [all...]
PduParser.java 770 if ((null == part.getContentLocation())
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/dcf/
DrmDcfContainer.h 133 string getContentLocation(void) const;
  /frameworks/base/media/libdrm/mobile2/src/dcf/
DrmDcfContainer.cpp 169 string DcfContainer::getContentLocation(void) const
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 167 mBody = new String(notifInd.getContentLocation());
ComposeMessageActivity.java     [all...]

Completed in 1358 milliseconds