HomeSort by relevance Sort by last modified time
    Searched refs:mms (Results 226 - 235 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 18 package com.google.android.mms.pdu;
20 import com.google.android.mms.ContentType;
21 import com.google.android.mms.InvalidHeaderValueException;
22 import com.google.android.mms.pdu.EncodedStringValue;
179 // The MMS content type must be "application/vnd.wap.multipart.mixed"
    [all...]
PduComposer.java 18 package com.google.android.mms.pdu;
322 * From OMA-TS-MMS-ENC-V1_3-20050927-C:
394 * From OMA-TS-MMS-ENC-V1_3-20050927-C:
657 // X-Mms-Message-Type
661 // X-Mms-MMS-Version
684 // X-Mms-Read-Status
689 // X-Mms-Applic-ID Optional(not support)
690 // X-Mms-Reply-Applic-ID Optional(not support)
691 // X-Mms-Aux-Applic-Info Optional(not support
    [all...]
  /packages/apps/Mms/src/com/android/mms/
SuggestionsProvider.java 17 package com.android.mms;
37 * Suggestions provider for mms. Queries the "words" table to provide possible word suggestions.
41 final static String AUTHORITY = "com.android.mms.SuggestionsProvider";
72 "content://mms-sms/searchSuggest?pattern=%s",
299 Uri.Builder b = Uri.parse("content://mms-sms/search").buildUpon();
  /packages/apps/Mms/src/com/android/mms/util/
BlobCache.java 66 package com.android.mms.util;
  /build/core/
pdk_config.mk 53 target/common/obj/JAVA_LIBRARIES/mms-common_intermediates
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsProvider.java 36 import android.provider.Telephony.Mms;
38 import android.provider.Telephony.Mms.Addr;
39 import android.provider.Telephony.Mms.Part;
40 import android.provider.Telephony.Mms.Rate;
45 import com.google.android.mms.pdu.PduHeaders;
46 import com.google.android.mms.util.DownloadDrmHelper;
54 * The class to provide base facility to access MMS related content,
86 constructQueryForBox(qb, Mms.MESSAGE_BOX_ALL);
89 constructQueryForBox(qb, Mms.MESSAGE_BOX_INBOX);
92 constructQueryForBox(qb, Mms.MESSAGE_BOX_SENT)
    [all...]
MmsSmsDatabaseHelper.java 37 import android.provider.Telephony.Mms;
41 import android.provider.Telephony.Mms.Addr;
42 import android.provider.Telephony.Mms.Part;
43 import android.provider.Telephony.Mms.Rate;
47 import com.google.android.mms.pdu.EncodedStringValue;
48 import com.google.android.mms.pdu.PduHeaders;
71 " ON threads._id = " + Mms.THREAD_ID +
72 " WHERE " + Mms.THREAD_ID + " = new.thread_id" +
74 " AND " + Mms.MESSAGE_BOX + " != 3) " +
84 " ON threads._id = " + Mms.THREAD_ID
    [all...]
MmsSmsProvider.java 37 import android.provider.Telephony.Mms;
47 import com.google.android.mms.pdu.PduHeaders;
50 * This class provides the ability to query the MMS and SMS databases
55 * requested in the projection for a query. Its value is either "mms"
57 * is an MMS message or an SMS message, respectively.
100 * messages(both MMS and SMS) to be sent/downloaded.
105 * the name of the table that is used to store the canonical addresses for both SMS and MMS.
115 // MMS and SMS base tables.
117 // These are the columns that appear in both the MMS ("pdu") and
120 { BaseColumns._ID, Mms.DATE, Mms.DATE_SENT, Mms.READ, Mms.THREAD_ID, Mms.LOCKED }
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 18 package com.android.mms.dom.smil;
43 private static final String TAG = "Mms/smil";
96 * @see com.android.mms.dom.smil.ElementParallelTimeContainerImpl#getBegin()
110 * @see com.android.mms.dom.smil.ElementParallelTimeContainerImpl#getEnd()
154 * @see com.android.mms.dom.smil.ElementSequentialTimeContainerImpl#getBegin()
168 * @see com.android.mms.dom.smil.ElementSequentialTimeContainerImpl#getEnd()
  /frameworks/base/
Android.mk 421 mms-common \
    [all...]

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 910