HomeSort by relevance Sort by last modified time
    Searched defs:ConversationList (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 70 public class ConversationList extends ListActivity
72 private static final String TAG = "ConversationList";
165 if (Recycler.checkForThreadsOverLimit(ConversationList.this)) {
172 Intent intent = new Intent(ConversationList.this,
229 // refreshing the DraftCache each time we go to the ConversationList seems overly
376 Conversation conv = Conversation.from(ConversationList.this, cursor);
403 Conversation conv = Conversation.from(ConversationList.this, cursor);
578 ConversationList.this), threadId == -1,
580 ConversationList.this);
593 Conversation.init(ConversationList.this)
    [all...]
ComposeMessageActivity.java 659 mAddContactIntent = ConversationList.createAddContactIntent(
    [all...]

Completed in 2659 milliseconds