Lines Matching refs:eventLabel
122 final int eventLabel = intent.getIntExtra(EXTRA_EVENT_LABEL, R.string.label_intent); in handleStopwatchIntent() local
125 Events.sendStopwatchEvent(R.string.action_show, eventLabel); in handleStopwatchIntent()
132 Events.sendStopwatchEvent(R.string.action_start, eventLabel); in handleStopwatchIntent()
138 Events.sendStopwatchEvent(R.string.action_pause, eventLabel); in handleStopwatchIntent()
145 Events.sendStopwatchEvent(R.string.action_reset, eventLabel); in handleStopwatchIntent()
155 Events.sendStopwatchEvent(R.string.action_lap, eventLabel); in handleStopwatchIntent()
182 final int eventLabel = intent.getIntExtra(EXTRA_EVENT_LABEL, R.string.label_intent); in handleTimerIntent() local
187 Events.sendTimerEvent(R.string.action_show, eventLabel); in handleTimerIntent()
218 DataModel.getDataModel().resetOrDeleteTimer(timer, eventLabel); in handleTimerIntent()
229 Events.sendTimerEvent(R.string.action_start, eventLabel); in handleTimerIntent()
235 Events.sendTimerEvent(R.string.action_pause, eventLabel); in handleTimerIntent()