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

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 35 //TODO: This should be public class ConversationListAdapter extends ArrayAdapter<Conversation>
36 public class ConversationListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
37 private static final String TAG = "ConversationListAdapter";
43 public ConversationListAdapter(Context context, Cursor cursor) {
74 void onContentChanged(ConversationListAdapter adapter);
ConversationList.java 94 private ConversationListAdapter mListAdapter;
135 private final ConversationListAdapter.OnContentChangedListener mContentChangedListener =
136 new ConversationListAdapter.OnContentChangedListener() {
137 public void onContentChanged(ConversationListAdapter adapter) {
143 mListAdapter = new ConversationListAdapter(this, null);

Completed in 142 milliseconds