Searched refs:RecipeListAdapter (Results 1 – 2 of 2) sorted by relevance
29 private RecipeListAdapter mAdapter;47 mAdapter = new RecipeListAdapter(this); in onCreate()
37 public class RecipeListAdapter implements ListAdapter { class51 public RecipeListAdapter(Context context) { in RecipeListAdapter() method in RecipeListAdapter