Searched refs:RecipeService (Results 1 – 2 of 2) sorted by relevance
30 public class RecipeService extends Service { class36 RecipeService getService() { in getService()37 return RecipeService.this; in getService()
133 Intent intent = new Intent(this, RecipeService.class); in startCooking()