summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2017-03-16 19:22:24 -0700
committerEric Erfanian <erfanian@google.com>2017-03-17 19:21:59 +0000
commit9a090c89e7a0c43a668bd6e2ac5e5e680f323aed (patch)
tree2f55365aaf87df9ba7c1fe0be56a7d0988eadf30 /java/com/android/dialer/logging
parent2df4538eb90b896be15eebc1d9adf1206131c8a3 (diff)
Update AOSP Dialer source from internal google3 repository at cl/150392808
Test: Treehugger Notable this release: * Reintroduce localization. This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from 3/15/2017 to cl/150392808 (3/16/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Ia16d68469c2ca1ff42c7fa31d922bdb78c4e244a
Diffstat (limited to 'java/com/android/dialer/logging')
-rw-r--r--java/com/android/dialer/logging/nano/DialerImpression.java28
1 files changed, 27 insertions, 1 deletions
diff --git a/java/com/android/dialer/logging/nano/DialerImpression.java b/java/com/android/dialer/logging/nano/DialerImpression.java
index 80a006b55..717b43903 100644
--- a/java/com/android/dialer/logging/nano/DialerImpression.java
+++ b/java/com/android/dialer/logging/nano/DialerImpression.java
@@ -114,7 +114,7 @@ public final class DialerImpression
public static final int BACKUP_MAX_VM_BACKUP_REACHED = 1095;
public static final int EVENT_ANSWER_HINT_ACTIVATED = 1096;
public static final int EVENT_ANSWER_HINT_DEACTIVATED = 1097;
- public static final int VVM_TAB_VISIBLE = 1098;
+ public static final int VVM_TAB_VIEWED = 1098;
public static final int VVM_SHARE_VISIBLE = 1099;
public static final int VVM_SHARE_PRESSED = 1100;
public static final int OUTGOING_VIDEO_CALL = 1101;
@@ -153,6 +153,32 @@ public final class DialerImpression
public static final int VVM_USER_TURNED_ARCHIVE_OFF_FROM_SETTINGS = 1133;
public static final int VVM_ARCHIVE_AUTO_DELETED_VM_FROM_SERVER = 1134;
public static final int VVM_ARCHIVE_AUTO_DELETE_TURNED_OFF = 1135;
+ public static final int VVM_TAB_VISIBLE = 1136;
+ public static final int VVM_UNBUNDLED_EVENT_RECEIVED = 1137;
+ public static final int VVM_ACTIVATION_STARTED = 1138;
+ public static final int VVM_ACTIVATION_COMPLETED = 1139;
+ public static final int VVM_AUTO_RETRY_ACTIVATION = 1140;
+ public static final int VVM_PROVISIONING_STARTED = 1141;
+ public static final int VVM_PROVISIONING_COMPLETED = 1142;
+ public static final int VVM_SYNC_STARTED = 1143;
+ public static final int VVM_SYNC_COMPLETED = 1144;
+ public static final int VVM_AUTO_RETRY_SYNC = 1145;
+ public static final int VVM_USER_RETRY = 1146;
+ public static final int VVM_USER_SYNC = 1147;
+ public static final int VVM_SETTINGS_VIEWED = 1148;
+ public static final int VVM_CHANGE_PIN_CLICKED = 1149;
+ public static final int VVM_CHANGE_PIN_COMPLETED = 1150;
+ public static final int VVM_CHANGE_RINGTONE_CLICKED = 1151;
+ public static final int VVM_CHANGE_VIBRATION_CLICKED = 1152;
+ public static final int VVM_USER_ENABLED_IN_SETTINGS = 1153;
+ public static final int VVM_USER_DISABLED_IN_SETTINGS = 1154;
+ public static final int VVM_ADVANCED_SETINGS_CLICKED = 1155;
+ public static final int VVM_NOTIFICATION_CLICKED = 1156;
+ public static final int VVM_NOTIFICATION_CREATED = 1157;
+ public static final int VVM_NOTIFICATION_CREATED_WITH_TRANSCRIPTION = 1158;
+ public static final int VVM_TRANSCRIPTION_DOWNLOADED = 1159;
+ public static final int VVM_CHANGE_AIRPLANE_MODE_CLICKED = 1160;
+ public static final int VVM_CALL_VOICEMAIL_CLICKED = 1161;
}
private static volatile DialerImpression[] _emptyArray;