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 93 public class ConversationList extends ListActivity implements DraftCache.OnDraftChangedListener {
94 private static final String TAG = "ConversationList";
298 Intent settingsIntent = new Intent(ConversationList.this,
323 if (Recycler.checkForThreadsOverLimit(ConversationList.this)) {
331 Intent intent = new Intent(ConversationList.this,
356 }, "ConversationList.runOneTimeStorageLimitCheckForLegacyMessages").start();
390 // refreshing the DraftCache each time we go to the ConversationList seems overly
456 intent.setClass(ConversationList.this, SearchActivity.class);
635 Conversation conv = Conversation.from(ConversationList.this, cursor);
662 Conversation conv = Conversation.from(ConversationList.this, cursor)
    [all...]
ComposeMessageActivity.java     [all...]

Completed in 153 milliseconds