Searched refs:Mms (Results 1 – 14 of 14) sorted by relevance
26 import android.provider.Telephony.Mms;70 String[] projection = new String[] { Mms._ID, Mms.DATE, Mms.MESSAGE_BOX }; in querySince()71 String selection = Mms.DATE + " > ?"; in querySince()78 Mms.CONTENT_URI, projection, selection, selectionArgs, null)) { in querySince()85 int msgIdIndex = cursor.getColumnIndex(Mms._ID); in querySince()89 int dateIndex = cursor.getColumnIndex(Mms.DATE); in querySince()93 int msgBoxIndex = cursor.getColumnIndex(Mms.MESSAGE_BOX); in querySince()115 Uri addressUri = Mms.Addr.getAddrUriForMessage(msgId); in getMmsAddress()116 String[] projection = new String[] { Mms.Addr.ADDRESS, Mms.Addr.TYPE }; in getMmsAddress()126 int typeIndex = cursor.getColumnIndex(Mms.Addr.TYPE); in getMmsAddress()[all …]
31 import android.provider.Telephony.Mms;32 import android.provider.Telephony.Mms.Addr;33 import android.provider.Telephony.Mms.Part;108 Mms._ID,109 Mms.MESSAGE_BOX,110 Mms.THREAD_ID,111 Mms.RETRIEVE_TEXT,112 Mms.SUBJECT,113 Mms.CONTENT_LOCATION,114 Mms.CONTENT_TYPE,[all …]
24 import android.provider.Telephony.Mms;69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX); in MATCH_TO_MSGBOX_ID_MAP.put()70 MATCH_TO_MSGBOX_ID_MAP.put(MMS_SENT, Mms.MESSAGE_BOX_SENT); in MATCH_TO_MSGBOX_ID_MAP.put()71 MATCH_TO_MSGBOX_ID_MAP.put(MMS_DRAFTS, Mms.MESSAGE_BOX_DRAFTS); in MATCH_TO_MSGBOX_ID_MAP.put()72 MATCH_TO_MSGBOX_ID_MAP.put(MMS_OUTBOX, Mms.MESSAGE_BOX_OUTBOX); in MATCH_TO_MSGBOX_ID_MAP.put()148 return purgeSingleEntry(Uri.withAppendedPath(Mms.CONTENT_URI, msgId)); in purge()206 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId); in normalizeKey()
28 import android.provider.Telephony.Mms;56 private static final String[] MMS_COLUMNS = new String[] { Mms._ID, Mms.DATE, Mms.MESSAGE_BOX };57 private static final String[] ADDR_COLUMNS = new String[] { Mms.Addr.ADDRESS, Mms.Addr.TYPE };
2215 if (Mms.isEmailAddress(recipient)) { in getOrCreateThreadId()2216 recipient = Mms.extractAddrSpec(recipient); in getOrCreateThreadId()2247 public static final class Mms implements BaseMmsColumns { class in Telephony2253 private Mms() { in Mms() method in Telephony.Mms2516 Uri addrUri = Mms.CONTENT_URI.buildUpon() in getAddrUriForMessage()2547 public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, TABLE_PART);2644 Uri partUri = Mms.CONTENT_URI.buildUpon() in getPartUriForMessage()2667 Mms.CONTENT_URI, "rate");
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6689 android.provider.Telephony$Mms$Inbox6690 android.provider.Telephony$Mms$Sent6691 android.provider.Telephony$Mms
29090 Landroid/provider/Telephony$Mms$Inbox;29091 Landroid/provider/Telephony$Mms$Sent;29092 Landroid/provider/Telephony$Mms;
6693 android.provider.Telephony$Mms$Inbox6694 android.provider.Telephony$Mms$Sent6695 android.provider.Telephony$Mms
39224 Landroid/provider/Telephony$Mms$Inbox;39225 Landroid/provider/Telephony$Mms$Sent;39226 Landroid/provider/Telephony$Mms;
25630 public static final class Telephony.Mms implements android.provider.Telephony.BaseMmsColumns {25637 public static final class Telephony.Mms.Addr implements android.provider.BaseColumns {25645 …public static final class Telephony.Mms.Draft implements android.provider.Telephony.BaseMmsColumns…25650 …public static final class Telephony.Mms.Inbox implements android.provider.Telephony.BaseMmsColumns…25655 public static final class Telephony.Mms.Intents {25660 …public static final class Telephony.Mms.Outbox implements android.provider.Telephony.BaseMmsColumn…25665 public static final class Telephony.Mms.Part implements android.provider.BaseColumns {25681 public static final class Telephony.Mms.Rate {25686 …public static final class Telephony.Mms.Sent implements android.provider.Telephony.BaseMmsColumns {
23066 * packages/services/Mms/src/com/android/mms/service/metrics/MmsMetricsCollector.java23119 * packages/services/Mms/src/com/android/mms/service/metrics/MmsMetricsCollector.java
37864 public static final class Telephony.Mms implements android.provider.Telephony.BaseMmsColumns {37871 public static final class Telephony.Mms.Addr implements android.provider.BaseColumns {37880 …public static final class Telephony.Mms.Draft implements android.provider.Telephony.BaseMmsColumns…37885 …public static final class Telephony.Mms.Inbox implements android.provider.Telephony.BaseMmsColumns…37890 public static final class Telephony.Mms.Intents {37895 …public static final class Telephony.Mms.Outbox implements android.provider.Telephony.BaseMmsColumn…37900 public static final class Telephony.Mms.Part implements android.provider.BaseColumns {37918 public static final class Telephony.Mms.Rate {37923 …public static final class Telephony.Mms.Sent implements android.provider.Telephony.BaseMmsColumns {
42578 Landroid/provider/Telephony$Mms$Addr;-><init>()V42579 Landroid/provider/Telephony$Mms$Draft;-><init>()V42580 Landroid/provider/Telephony$Mms$Inbox;-><init>()V42581 Landroid/provider/Telephony$Mms$Intents;-><init>()V42582 Landroid/provider/Telephony$Mms$Outbox;-><init>()V42583 Landroid/provider/Telephony$Mms$Part;-><init>()V42584 Landroid/provider/Telephony$Mms$Rate;-><init>()V42585 Landroid/provider/Telephony$Mms$Sent;-><init>()V42586 Landroid/provider/Telephony$Mms;-><init>()V42587 Landroid/provider/Telephony$Mms;->query(Landroid/content/ContentResolver;[Ljava/lang/String;)Landro…[all …]