Searched refs:fromBundle (Results 1 – 2 of 2) sorted by relevance
50 public static RecipeStep fromBundle(Bundle bundle) { in fromBundle() method in Recipe.RecipeStep111 public static Recipe fromBundle(Bundle bundle) { in fromBundle() method in Recipe121 recipe.recipeSteps.add(RecipeStep.fromBundle((Bundle) stepBundle)); in fromBundle()
61 mRecipe = Recipe.fromBundle(intent.getBundleExtra(Constants.EXTRA_RECIPE)); in createNotification()