History log of /packages/apps/DeskClock/src/com/android/deskclock/events/EventTracker.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
541022fcda760343fd5aef758a5c292485476a6d 17-Dec-2016 James Lemieux <jplemieux@google.com> Move event tracking into the app's controller

Bug: 29538369
Test: Mutate items via the UI and look for events.
Change-Id: I877c1565dd68629cba9e0afbfa145e8b1fc1b4b7
/packages/apps/DeskClock/src/com/android/deskclock/events/EventTracker.java
2bd7fb4d346a1a116f0f1a58f17722f2286cdcdc 28-Jun-2016 Sean Stout <sstout@google.com> Clock application now has launcher shortcuts

Bug: 28581133
Bug: 29875092

Long pressing on clock with a supported launcher will bring up
a list of 4 shortcuts: Create new timer, create new alarm,
start/stop stopwatch, and start clock screensaver. Analytics on
shortcut use are reported.

Change-Id: Iea7e05024218f70d2bec4bef1357dd8afa0165e6
/packages/apps/DeskClock/src/com/android/deskclock/events/EventTracker.java
50ab55f5778342f83d0fcb2e6b2c3e8cae91ca8a 09-May-2015 James Lemieux <jplemieux@google.com> Add uniform event tracking to DeskClockGoogle

DeskClock has now been littered with calls of the form:
Events.sendEvent(category, action, label);

DeskClockApplication handles these events by logging them with a
uniform log tag.

Category is one of: Alarm, Clock, Timer, Stopwatch
Action describes what happened: e.g. create, delete, snooze, dismiss, etc.
Label describes where the action originated: DeskClock, Notification,
Wear, Intent, Voice

Bug: 20038553
Change-Id: Ia2485582e9da9e37a6858db3b61a68c9102c778d
/packages/apps/DeskClock/src/com/android/deskclock/events/EventTracker.java