Searched refs:mRecipeName (Results 1 – 1 of 1) sorted by relevance
39 private String mRecipeName; field in RecipeActivity51 mRecipeName = intent.getStringExtra(Constants.RECIPE_NAME_TO_LOAD); in onStart()53 Log.d(TAG, "Intent: " + intent.toString() + " " + mRecipeName); in onStart()87 JSONObject jsonObject = AssetUtils.loadJSONAsset(this, mRecipeName); in loadRecipe()