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

/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListAdapter.java36 //TODO: This should be public class ConversationListAdapter extends ArrayAdapter<Conversation>
37 public class ConversationListAdapter extends CursorAdapter implements AbsListView.RecyclerListener { class in inherits:CursorAdapter,AbsListView.RecyclerListener
38 private static final String TAG = "ConversationListAdapter";
44 public ConversationListAdapter(Context context, Cursor cursor) { method in class:ConversationListAdapter
73 void onContentChanged(ConversationListAdapter adapter);

Completed in 22 milliseconds