Home
last modified time | relevance | path

Searched refs:ACTION_START_COOKING (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DConstants.java36 static final String ACTION_START_COOKING = field in Constants
DRecipeService.java53 if (intent.getAction().equals(Constants.ACTION_START_COOKING)) { in onStartCommand()
DRecipeActivity.java134 intent.setAction(Constants.ACTION_START_COOKING); in startCooking()