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

  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 35 import android.provider.Telephony.Sms.Conversations;
134 Telephony.Sms.Conversations.THREAD_ID,
135 Telephony.Sms.Conversations.MESSAGE_COUNT
143 Conversations.THREAD_ID,
185 Telephony.Sms.Conversations.CONTENT_URI,
186 ALL_SMS_THREADS_PROJECTION, null, null, Conversations.DEFAULT_SORT_ORDER);
199 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
222 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
260 ContentUris.withAppendedId(Sms.Conversations.CONTENT_URI, threadId),
292 Conversations.THREAD_ID
    [all...]
DraftCache.java 28 import android.provider.Telephony.Sms.Conversations;
32 * Cache for information about draft messages on conversations.
59 Conversations.THREAD_ID // 0
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsMessageSender.java 48 Sms.Conversations.REPLY_PATH_PRESENT,
49 Sms.Conversations.SERVICE_CENTER,
  /packages/apps/Mms/tests/src/com/android/mms/
RecyclerTest.java 37 import android.provider.Telephony.Sms.Conversations;
203 Conversations.DEFAULT_SORT_ORDER);
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 18 import android.provider.Telephony.Sms.Conversations;
29 * An interface for finding information about conversations and/or creating new ones.
165 * forms: {@value content://mms-sms/conversations/3} or
520 * Remove any obsolete conversations sitting around on disk. Obsolete threads are threads
528 * Start a query for all conversations in the database on the specified
544 ALL_THREADS_PROJECTION, null, null, Conversations.DEFAULT_SORT_ORDER);
564 * Start deleting all conversations in the database.
566 * upon completion of all conversations being deleted
590 ALL_THREADS_PROJECTION, null, null, Conversations.DEFAULT_SORT_ORDER);
725 * Remove all conversations from the cache that are not i
    [all...]
WorkingMessage.java     [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
SmsProvider.java 150 Log.d(TAG, "query conversations: threadID=" + threadID);
329 if (url.getPathSegments().get(0).equals("conversations")) {
683 cr.notifyChange(Uri.parse("content://mms-sms/conversations/"), null);
743 sURLMatcher.addURI("sms", "conversations", SMS_CONVERSATIONS);
744 sURLMatcher.addURI("sms", "conversations/*", SMS_CONVERSATIONS_ID);
758 sConversationProjectionMap.put(Sms.Conversations.SNIPPET,
760 sConversationProjectionMap.put(Sms.Conversations.THREAD_ID,
762 sConversationProjectionMap.put(Sms.Conversations.MESSAGE_COUNT,
MmsSmsProvider.java 44 import android.provider.Telephony.Sms.Conversations;
181 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS);
182 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS);
186 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES);
188 AUTHORITY, "conversations/#/recipients",
192 AUTHORITY, "conversations/#/subject",
196 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS);
698 String[] innerProjection = new String[] {BaseColumns._ID, Conversations.THREAD_ID};
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 46 import android.provider.Telephony.Sms.Conversations;
75 Conversations.THREAD_ID,
  /frameworks/base/core/java/android/provider/
Telephony.java 463 public static final class Conversations
469 Uri.parse("content://sms/conversations");
    [all...]

Completed in 245 milliseconds