OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecipeName
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java
39
private String
mRecipeName
;
51
mRecipeName
= intent.getStringExtra(Constants.RECIPE_NAME_TO_LOAD);
53
Log.d(TAG, "Intent: " + intent.toString() + " " +
mRecipeName
);
87
JSONObject jsonObject = AssetUtils.loadJSONAsset(this,
mRecipeName
);
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java
39
private String
mRecipeName
;
51
mRecipeName
= intent.getStringExtra(Constants.RECIPE_NAME_TO_LOAD);
53
Log.d(TAG, "Intent: " + intent.toString() + " " +
mRecipeName
);
87
JSONObject jsonObject = AssetUtils.loadJSONAsset(this,
mRecipeName
);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeActivity.java
39
private String
mRecipeName
;
51
mRecipeName
= intent.getStringExtra(Constants.RECIPE_NAME_TO_LOAD);
53
Log.d(TAG, "Intent: " + intent.toString() + " " +
mRecipeName
);
87
JSONObject jsonObject = AssetUtils.loadJSONAsset(this,
mRecipeName
);
Completed in 84 milliseconds