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

/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java86 public class ConversationList extends ListActivity implements DraftCache.OnDraftChangedListener { class in inherits:ListActivity,DraftCache.OnDraftChangedListener
87 private static final String TAG = "ConversationList";
194 if (Recycler.checkForThreadsOverLimit(ConversationList.this)) {
202 Intent intent = new Intent(ConversationList.this,
227 }, "ConversationList.runOneTimeStorageLimitCheckForLegacyMessages").start();
261 // refreshing the DraftCache each time we go to the ConversationList seems overly
327 intent.setClass(ConversationList.this, SearchActivity.class);
492 Conversation conv = Conversation.from(ConversationList.this, cursor);
517 Conversation conv = Conversation.from(ConversationList.this, cursor);
774 ConversationList
[all...]

Completed in 56 milliseconds