Home | History | Annotate | Download | only in transaction

Lines Matching refs:Mms

18 package com.android.mms.transaction;
21 import static com.google.android.mms.pdu.PduHeaders.MESSAGE_TYPE_DELIVERY_IND;
22 import static com.google.android.mms.pdu.PduHeaders.MESSAGE_TYPE_NOTIFICATION_IND;
23 import static com.google.android.mms.pdu.PduHeaders.MESSAGE_TYPE_READ_ORIG_IND;
25 import com.android.mms.MmsConfig;
26 import com.google.android.mms.ContentType;
27 import com.google.android.mms.MmsException;
28 import com.google.android.mms.pdu.DeliveryInd;
29 import com.google.android.mms.pdu.GenericPdu;
30 import com.google.android.mms.pdu.NotificationInd;
31 import com.google.android.mms.pdu.PduHeaders;
32 import com.google.android.mms.pdu.PduParser;
33 import com.google.android.mms.pdu.PduPersister;
34 import com.google.android.mms.pdu.ReadOrigInd;
47 import android.provider.Telephony.Mms;
48 import android.provider.Telephony.Mms.Inbox;
99 values.put(Mms.THREAD_ID, threadId);
163 "MMS PushReceiver");
179 sb.append(Mms.MESSAGE_ID);
183 sb.append(Mms.MESSAGE_TYPE);
190 Mms.CONTENT_URI, new String[] { Mms.THREAD_ID },
210 String selection = Mms.CONTENT_LOCATION + " = ?";
214 Mms.CONTENT_URI, new String[] { Mms._ID },