Home
last modified time | relevance | path

Searched refs:sendClockEvent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DHandleDeskClockApiCalls.java264 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()
DDeskClock.java391 Events.sendClockEvent(R.string.action_show, R.string.label_deskclock); in onPageSelected()
/packages/apps/DeskClock/src/com/android/deskclock/events/
DEvents.java54 public static void sendClockEvent(@StringRes int action, @StringRes int label) { in sendClockEvent() method in Events