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

/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageListAdapter.java47 public class MessageListAdapter extends CursorAdapter { class in inherits:CursorAdapter
48 private static final String TAG = "MessageListAdapter";
126 public MessageListAdapter( method in class:MessageListAdapter
172 void onDataSetChanged(MessageListAdapter adapter);
173 void onContentChanged(MessageListAdapter adapter);
198 Log.v(TAG, "MessageListAdapter.notifyDataSetChanged().");
265 /* MessageListAdapter says that it contains four types of views. Really, it just contains

Completed in 29 milliseconds