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 36 //TODO: This should be public class ConversationListAdapter extends ArrayAdapter<Conversation>
37 public class ConversationListAdapter extends CursorAdapter implements AbsListView.RecyclerListener {
38 private static final String TAG = "ConversationListAdapter";
44 public ConversationListAdapter(Context context, Cursor cursor) {
73 void onContentChanged(ConversationListAdapter adapter);
ConversationList.java 104 private ConversationListAdapter mListAdapter;
161 private final ConversationListAdapter.OnContentChangedListener mContentChangedListener =
162 new ConversationListAdapter.OnContentChangedListener() {
164 public void onContentChanged(ConversationListAdapter adapter) {
170 mListAdapter = new ConversationListAdapter(this, null);
438 // (ConversationListAdapter extends CursorAdapter, so getItemAtPosition() should
    [all...]

Completed in 24 milliseconds