OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRA_RECIPE
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java
38
public static final String
EXTRA_RECIPE
= "recipe";
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.
EXTRA_RECIPE
));
RecipeActivity.java
135
intent.putExtra(Constants.
EXTRA_RECIPE
, mRecipe.toBundle());
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Constants.java
38
public static final String
EXTRA_RECIPE
= "recipe";
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.
EXTRA_RECIPE
));
RecipeActivity.java
135
intent.putExtra(Constants.
EXTRA_RECIPE
, mRecipe.toBundle());
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Constants.java
38
public static final String
EXTRA_RECIPE
= "recipe";
RecipeService.java
61
mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.
EXTRA_RECIPE
));
RecipeActivity.java
135
intent.putExtra(Constants.
EXTRA_RECIPE
, mRecipe.toBundle());
Completed in 298 milliseconds