Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipe.java36 public String ingredientsText; field in Recipe
72 recipe.ingredientsText = ""; in fromJson()
74 recipe.ingredientsText += " - " in fromJson()
100 bundle.putString(Constants.RECIPE_FIELD_INGREDIENTS, ingredientsText); in toBundle()
116 recipe.ingredientsText = bundle.getString(Constants.RECIPE_FIELD_INGREDIENTS); in fromBundle()
DRecipeActivity.java106 mIngredientsTextView.setText(recipe.ingredientsText); in displayRecipe()