Home | History | Annotate | Download | only in ui

Lines Matching defs:Conversation

77 import com.android.mms.data.Conversation;
78 import com.android.mms.data.Conversation.ConversationQueryHandler;
327 // this activity until a couple of seconds after the conversation list appears.
398 // If we're in the middle of the app initialization where we're loading the conversation
402 if (!Conversation.loadingThreads()) {
445 Conversation.startQueryForAll(mQueryHandler, THREAD_LIST_QUERY_TOKEN);
446 Conversation.startQuery(mQueryHandler, UNREAD_THREADS_QUERY_TOKEN, Threads.READ + "=0");
592 Conversation conv = Conversation.from(this, cursor);
635 Conversation conv = Conversation.from(ConversationList.this, cursor);
662 Conversation conv = Conversation.from(ConversationList.this, cursor);
730 Conversation.startQueryHaveLockedMessages(handler, threadIds,
825 Conversation.startDeleteAll(mHandler, token, mDeleteLockedMessages);
828 Conversation.startDelete(mHandler, token, mDeleteLockedMessages,
856 Conversation.asyncDeleteObsoleteThreads(mQueryHandler,
902 Conversation.markAllConversationsAsSeen(getApplicationContext());
954 Conversation conv = Conversation.get(ConversationList.this, threadId, false);
962 // Make sure the conversation cache reflects the threads in the DB.
963 Conversation.init(ConversationList.this);
1055 Conversation conv = Conversation.from(ConversationList.this, cursor);