Searched refs:sendClockEvent (Results 1 – 3 of 3) sorted by relevance
264 Events.sendClockEvent(R.string.action_show, label); in handleClockIntent()280 Events.sendClockEvent(R.string.action_add, R.string.label_intent); in handleClockIntent()283 Events.sendClockEvent(R.string.action_delete, R.string.label_intent); in handleClockIntent()297 Events.sendClockEvent(R.string.action_add, R.string.label_intent); in handleClockIntent()300 Events.sendClockEvent(R.string.action_delete, R.string.label_intent); in handleClockIntent()321 Events.sendClockEvent(R.string.action_add, R.string.label_intent); in handleClockIntent()335 Events.sendClockEvent(R.string.action_delete, R.string.label_intent); in handleClockIntent()
391 Events.sendClockEvent(R.string.action_show, R.string.label_deskclock); in onPageSelected()
54 public static void sendClockEvent(@StringRes int action, @StringRes int label) { in sendClockEvent() method in Events