HomeSort by relevance Sort by last modified time
    Searched refs:ShareIntentAdapter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentAdapter.java 39 public class ShareIntentAdapter
40 extends CursorRecyclerAdapter<ShareIntentAdapter.ShareIntentViewHolder> {
48 public ShareIntentAdapter(final Context context, final Cursor cursor,
ShareIntentFragment.java 46 ShareIntentAdapter.HostInterface {
57 private ShareIntentAdapter mAdapter;
83 mAdapter = new ShareIntentAdapter(activity, null, this);

Completed in 179 milliseconds