HomeSort by relevance Sort by last modified time
    Searched defs:sendStopwatchEvent (Results 1 - 5 of 5) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
HandleShortcuts.java 43 Events.sendStopwatchEvent(R.string.action_pause, R.string.label_shortcut);
52 Events.sendStopwatchEvent(R.string.action_start, R.string.label_shortcut);
DeskClock.java 668 Events.sendStopwatchEvent(R.string.action_show, R.string.label_deskclock);
  /packages/apps/DeskClock/src/com/android/deskclock/events/
Events.java 68 public static void sendStopwatchEvent(@StringRes int action, @StringRes int label) {
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 64 Events.sendStopwatchEvent(R.string.action_show, label);
74 Events.sendStopwatchEvent(R.string.action_start, label);
79 Events.sendStopwatchEvent(R.string.action_pause, label);
84 Events.sendStopwatchEvent(R.string.action_reset, label);
89 Events.sendStopwatchEvent(R.string.action_lap, label);
StopwatchFragment.java 320 Events.sendStopwatchEvent(R.string.action_start, R.string.label_deskclock);
328 Events.sendStopwatchEvent(R.string.action_pause, R.string.label_deskclock);
337 Events.sendStopwatchEvent(R.string.action_reset, R.string.label_deskclock);
381 Events.sendStopwatchEvent(R.string.action_lap, R.string.label_deskclock);

Completed in 94 milliseconds