Searched refs:sendClockEvent (Results 1 – 3 of 3) sorted by relevance
48 public static void sendClockEvent(@StringRes int action, @StringRes int label) { in sendClockEvent() method in Events
49 fun sendClockEvent(@StringRes action: Int, @StringRes label: Int) { in sendClockEvent() method
662 Events.sendClockEvent(R.string.action_show, R.string.label_deskclock); in selectedTabChanged()