OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recipe
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
30
public class
Recipe
{
59
public
Recipe
() {
63
public static
Recipe
fromJson(Context context, JSONObject json) {
64
Recipe
recipe
= new
Recipe
();
local
66
recipe
.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67
recipe
.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69
recipe
.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72
recipe
.ingredientsText = ""
112
Recipe
recipe
= new Recipe();
local
[
all
...]
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java
30
public class
Recipe
{
59
public
Recipe
() {
63
public static
Recipe
fromJson(Context context, JSONObject json) {
64
Recipe
recipe
= new
Recipe
();
local
66
recipe
.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67
recipe
.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69
recipe
.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72
recipe
.ingredientsText = ""
112
Recipe
recipe
= new Recipe();
local
[
all
...]
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java
30
public class
Recipe
{
59
public
Recipe
() {
63
public static
Recipe
fromJson(Context context, JSONObject json) {
64
Recipe
recipe
= new
Recipe
();
local
66
recipe
.titleText = json.getString(Constants.RECIPE_FIELD_TITLE);
67
recipe
.summaryText = json.getString(Constants.RECIPE_FIELD_SUMMARY);
69
recipe
.recipeImage = json.getString(Constants.RECIPE_FIELD_IMAGE);
72
recipe
.ingredientsText = ""
112
Recipe
recipe
= new Recipe();
local
[
all
...]
Completed in 121 milliseconds