OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recipe
(Results
1 - 6
of
6
) 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
...]
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar
Completed in 195 milliseconds