Home | History | Annotate | Download | only in transaction

Lines Matching refs:Mms

18 package com.android.mms.transaction;
20 import com.android.mms.R;
21 import com.android.mms.LogTag;
22 import com.android.mms.util.DownloadManager;
23 import com.google.android.mms.pdu.PduHeaders;
24 import com.google.android.mms.pdu.PduPersister;
38 import android.provider.Telephony.Mms;
110 uriBuilder.appendQueryParameter("protocol", "mms");
192 new String[] { Mms.THREAD_ID }, null, null, null);
215 readValues.put(Mms.READ, 0);
244 Mms.Outbox.CONTENT_URI, null, Mms._ID + "=" + msgID, null, null);
247 respStatus = cursor.getInt(cursor.getColumnIndexOrThrow(Mms.RESPONSE_STATUS));
262 Mms.Inbox.CONTENT_URI, null, Mms._ID + "=" + msgID, null, null);
266 Mms.RESPONSE_STATUS));