Make ScreenEvent match values in contacts_extensions.proto
Bug: 36645014
Test: built the app
Change-Id: Ia97c85eae26ff00de8780f91b043c23d81febb3d
(cherry picked from commit c6d560be8231b51e1b0020111b39e6216e4b077d)
diff --git a/src/com/android/contacts/logging/ScreenEvent.java b/src/com/android/contacts/logging/ScreenEvent.java
index 9edcbc7..2df2760 100644
--- a/src/com/android/contacts/logging/ScreenEvent.java
+++ b/src/com/android/contacts/logging/ScreenEvent.java
@@ -31,8 +31,10 @@
public static final int ALL_CONTACTS = 4;
public static final int QUICK_CONTACT = 5;
public static final int EDITOR = 6;
- public static final int LIST_ACCOUNT = 7;
- public static final int LIST_GROUP = 8;
- public static final int ME_CONTACT = 9;
+ public static final int FIND_DUPLICATES = 7;
+ public static final int LIST_ACCOUNT = 8;
+ public static final int LIST_GROUP = 9;
+ public static final int ME_CONTACT = 10;
+ public static final int ASSISTANT = 11;
}
}