Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipe.java50 public static RecipeStep fromBundle(Bundle bundle) { in fromBundle() method in Recipe.RecipeStep
111 public static Recipe fromBundle(Bundle bundle) { in fromBundle() method in Recipe
121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle)); in fromBundle()
DRecipeService.java61 mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.EXTRA_RECIPE)); in createNotification()