History log of /packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6cda631cb8e2fc7365fc229e5ca43115a3781591 07-Apr-2017 Wenyi Wang <wenyiw@google.com> Remove duplicate definition of assistant screen type

Bug: 36645014

Test: manually verified previous screen is logged correctly
after creating a contact from assistant

- The two types are actually defined in unbundled package

Change-Id: I9726a7ba106f163d214228431886fea690854b6c
/packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java
c6d560be8231b51e1b0020111b39e6216e4b077d 05-Apr-2017 Wenyi Wang <wenyiw@google.com> Make ScreenEvent match values in contacts_extensions.proto

Bug: 36645014

Test: built the app
Change-Id: Ia97c85eae26ff00de8780f91b043c23d81febb3d
/packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java
69c182afb0e6d82a341a28b4317aa703af768906 05-Dec-2016 Gary Mai <garymai@google.com> Collapse common packages (1/?)

Move the majority of packages out of common. When trying to move
common.activity to activities every file switched from a rename to
separated deletes and adds. Will move tests and the rest of common
in a separate CL.

Test: Built GoogleContacts, Contacts, GoogleContactsTests,
ContactsTests.

Bug: 33252370
Change-Id: I9ffb20038dee255ef5f83002b7870265771b08c5
/packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java
051c44c711eae85302a1fad6f0c9747b1163d4d7 21-Jan-2016 Walter Jang <wjang@google.com> Move Contacts logging classes to ContactsCommon (1/5)

Bug 18388581

Change-Id: I7b7845a77f5f0b123525a6f956a4e9e02d32e447
/packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java
457f865b7080218c7253337b667d64d7e51ec11c 08-Jan-2016 Walter Jang <wjang@google.com> Log contacts screen events to clearcut 1/2

* Allow the ContactsApplication to be exteneded
* Add an abstract Logger class to be the primary
utility to log events. Currently it goes to both
clearcut and google analytics (like Dialer).
* Fix a broken intent in the all intents test
activity.

Bug 18388581

Change-Id: I8f2d555b06484fecc2fdb6517847c12a0874fd2f
/packages/apps/Contacts/src/com/android/contacts/logging/ScreenEvent.java