HomeSort by relevance Sort by last modified time
    Searched refs:stepBundles (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 102 ArrayList<Parcelable> stepBundles = new ArrayList<Parcelable>(recipeSteps.size());
104 stepBundles.add(recipeStep.toBundle());
106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
117 ArrayList<Parcelable> stepBundles =
119 if (stepBundles != null) {
120 for (Parcelable stepBundle : stepBundles) {
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
Recipe.java 102 ArrayList<Parcelable> stepBundles = new ArrayList<Parcelable>(recipeSteps.size());
104 stepBundles.add(recipeStep.toBundle());
106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
117 ArrayList<Parcelable> stepBundles =
119 if (stepBundles != null) {
120 for (Parcelable stepBundle : stepBundles) {
  /development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
Recipe.java 102 ArrayList<Parcelable> stepBundles = new ArrayList<Parcelable>(recipeSteps.size());
104 stepBundles.add(recipeStep.toBundle());
106 bundle.putParcelableArrayList(Constants.RECIPE_FIELD_STEPS, stepBundles);
117 ArrayList<Parcelable> stepBundles =
119 if (stepBundles != null) {
120 for (Parcelable stepBundle : stepBundles) {

Completed in 126 milliseconds