Home | History | Annotate | Download | only in ui

Lines Matching refs:ConversationListAdapter

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
871 ConversationListAdapter adapter = (ConversationListAdapter)getListView().getAdapter();