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

  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
NotificationInd.java 76 public byte[] getContentLocation() {
PduBody.java 52 byte[] contentLocation = part.getContentLocation();
PduPart.java 259 public byte[] getContentLocation() {
PduComposer.java 934 name = part.getContentLocation();
972 byte[] contentLocation = part.getContentLocation();
    [all...]
PduPersister.java 748 if (part.getContentLocation() != null) {
749 value = toIsoString(part.getContentLocation());
    [all...]
PduParser.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
PushReceiver.java 108 byte [] contentLocation = nInd.getContentLocation();
138 + new String(nInd.getContentLocation()));
215 byte[] rawLocation = nInd.getContentLocation();
NotificationTransaction.java 95 mContentLocation = new String(mNotificationInd.getContentLocation());
122 mId = new String(mNotificationInd.getContentLocation());
RetrieveTransaction.java 85 mId = mContentLocation = getContentLocation(context, mUri);
98 private String getContentLocation(Context context, Uri uri)
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 319 mBody = new String(notifInd.getContentLocation());
ComposeMessageActivity.java     [all...]

Completed in 363 milliseconds