Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipe.java71 JSONArray ingredients = json.getJSONArray(Constants.RECIPE_FIELD_INGREDIENTS); in fromJson() local
73 for (int i = 0; i < ingredients.length(); i++) { in fromJson()
75 … + ingredients.getJSONObject(i).getString(Constants.RECIPE_FIELD_TEXT) + "\n"; in fromJson()