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 {
44 public ConversationListAdapter(Context context, Cursor cursor) {
73 void onContentChanged(ConversationListAdapter adapter);
ConversationList.java 111 private ConversationListAdapter mListAdapter;
243 private final ConversationListAdapter.OnContentChangedListener mContentChangedListener =
244 new ConversationListAdapter.OnContentChangedListener() {
246 public void onContentChanged(ConversationListAdapter adapter) {
252 mListAdapter = new ConversationListAdapter(this, null);
613 // (ConversationListAdapter extends CursorAdapter, so getItemAtPosition() should
    [all...]

Completed in 44 milliseconds