Home
last modified time | relevance | path

Searched refs:RecipeListAdapter (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DMainActivity.java29 private RecipeListAdapter mAdapter;
47 mAdapter = new RecipeListAdapter(this); in onCreate()
DRecipeListAdapter.java37 public class RecipeListAdapter implements ListAdapter { class
51 public RecipeListAdapter(Context context) { in RecipeListAdapter() method in RecipeListAdapter