Searched defs:ConversationList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java93 public class ConversationList extends ListActivity implements DraftCache.OnDraftChangedListener { class in inherits:ListActivity,DraftCache.OnDraftChangedListener
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
480 intent.setClass(ConversationList.this, SearchActivity.class);
659 Conversation conv = Conversation.from(ConversationList.this, cursor);
686 Conversation conv = Conversation.from(ConversationList.this, cursor);
848 if (mContext instanceof ConversationList) {
[all...]

Completed in 68 milliseconds