Searched refs:ACTION_START_COOKING (Results 1 – 3 of 3) sorted by relevance
36 static final String ACTION_START_COOKING = field in Constants
53 if (intent.getAction().equals(Constants.ACTION_START_COOKING)) { in onStartCommand()
134 intent.setAction(Constants.ACTION_START_COOKING); in startCooking()