Home
last modified time | relevance | path

Searched refs:RecipeService (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java30 public class RecipeService extends Service { class
36 RecipeService getService() { in getService()
37 return RecipeService.this; in getService()
DRecipeActivity.java133 Intent intent = new Intent(this, RecipeService.class); in startCooking()