summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/logging/nano
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/logging/nano')
-rw-r--r--java/com/android/dialer/logging/nano/ContactLookupResult.java92
-rw-r--r--java/com/android/dialer/logging/nano/ContactSource.java91
-rw-r--r--java/com/android/dialer/logging/nano/DialerImpression.java249
-rw-r--r--java/com/android/dialer/logging/nano/InteractionEvent.java95
-rw-r--r--java/com/android/dialer/logging/nano/ReportingLocation.java88
-rw-r--r--java/com/android/dialer/logging/nano/ScreenEvent.java104
6 files changed, 0 insertions, 719 deletions
diff --git a/java/com/android/dialer/logging/nano/ContactLookupResult.java b/java/com/android/dialer/logging/nano/ContactLookupResult.java
deleted file mode 100644
index 93f5f0135..000000000
--- a/java/com/android/dialer/logging/nano/ContactLookupResult.java
+++ /dev/null
@@ -1,92 +0,0 @@
-/*
- * Copyright (C) 2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class ContactLookupResult
- extends com.google.protobuf.nano.ExtendableMessageNano<ContactLookupResult> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN_LOOKUP_RESULT_TYPE = 0;
- public static final int NOT_FOUND = 1;
- public static final int LOCAL_CONTACT = 2;
- public static final int LOCAL_CACHE = 3;
- public static final int REMOTE = 4;
- public static final int EMERGENCY = 5;
- public static final int VOICEMAIL = 6;
- }
-
- private static volatile ContactLookupResult[] _emptyArray;
-
- public static ContactLookupResult[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new ContactLookupResult[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.ContactLookupResult)
-
- public ContactLookupResult() {
- clear();
- }
-
- public ContactLookupResult clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public ContactLookupResult mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static ContactLookupResult parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new ContactLookupResult(), data);
- }
-
- public static ContactLookupResult parseFrom(
- com.google.protobuf.nano.CodedInputByteBufferNano input) throws java.io.IOException {
- return new ContactLookupResult().mergeFrom(input);
- }
-}
diff --git a/java/com/android/dialer/logging/nano/ContactSource.java b/java/com/android/dialer/logging/nano/ContactSource.java
deleted file mode 100644
index dbe40cd53..000000000
--- a/java/com/android/dialer/logging/nano/ContactSource.java
+++ /dev/null
@@ -1,91 +0,0 @@
-/*
- * Copyright (C) 2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class ContactSource
- extends com.google.protobuf.nano.ExtendableMessageNano<ContactSource> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN_SOURCE_TYPE = 0;
- public static final int SOURCE_TYPE_DIRECTORY = 1;
- public static final int SOURCE_TYPE_EXTENDED = 2;
- public static final int SOURCE_TYPE_PLACES = 3;
- public static final int SOURCE_TYPE_PROFILE = 4;
- public static final int SOURCE_TYPE_CNAP = 5;
- }
-
- private static volatile ContactSource[] _emptyArray;
-
- public static ContactSource[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new ContactSource[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.ContactSource)
-
- public ContactSource() {
- clear();
- }
-
- public ContactSource clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public ContactSource mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static ContactSource parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new ContactSource(), data);
- }
-
- public static ContactSource parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- return new ContactSource().mergeFrom(input);
- }
-}
diff --git a/java/com/android/dialer/logging/nano/DialerImpression.java b/java/com/android/dialer/logging/nano/DialerImpression.java
deleted file mode 100644
index 9f3f96116..000000000
--- a/java/com/android/dialer/logging/nano/DialerImpression.java
+++ /dev/null
@@ -1,249 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class DialerImpression
- extends com.google.protobuf.nano.ExtendableMessageNano<DialerImpression> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN_AOSP_EVENT_TYPE = 1000;
- public static final int APP_LAUNCHED = 1001;
- public static final int IN_CALL_SCREEN_TURN_ON_SPEAKERPHONE = 1002;
- public static final int IN_CALL_SCREEN_TURN_ON_WIRED_OR_EARPIECE = 1003;
- public static final int CALL_LOG_BLOCK_REPORT_SPAM = 1004;
- public static final int CALL_LOG_BLOCK_NUMBER = 1005;
- public static final int CALL_LOG_UNBLOCK_NUMBER = 1006;
- public static final int CALL_LOG_REPORT_AS_NOT_SPAM = 1007;
- public static final int DIALOG_ACTION_CONFIRM_NUMBER_NOT_SPAM = 1008;
- public static final int REPORT_AS_NOT_SPAM_VIA_UNBLOCK_NUMBER = 1009;
- public static final int DIALOG_ACTION_CONFIRM_NUMBER_SPAM_INDIRECTLY_VIA_BLOCK_NUMBER = 1010;
- public static final int
- REPORT_CALL_AS_SPAM_VIA_CALL_LOG_BLOCK_REPORT_SPAM_SENT_VIA_BLOCK_NUMBER_DIALOG = 1011;
- public static final int USER_ACTION_BLOCKED_NUMBER = 1012;
- public static final int USER_ACTION_UNBLOCKED_NUMBER = 1013;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_BLOCK_NUMBER = 1014;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_SHOW_SPAM_DIALOG = 1015;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_SHOW_NON_SPAM_DIALOG = 1016;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_ADD_TO_CONTACTS = 1019;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_MARKED_NUMBER_AS_SPAM = 1020;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_MARKED_NUMBER_AS_NOT_SPAM_AND_BLOCKED =
- 1021;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_REPORT_NUMBER_AS_NOT_SPAM = 1022;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_ON_DISMISS_SPAM_DIALOG = 1024;
- public static final int SPAM_AFTER_CALL_NOTIFICATION_ON_DISMISS_NON_SPAM_DIALOG = 1025;
- public static final int SPAM_NOTIFICATION_SERVICE_ACTION_MARK_NUMBER_AS_SPAM = 1026;
- public static final int SPAM_NOTIFICATION_SERVICE_ACTION_MARK_NUMBER_AS_NOT_SPAM = 1027;
- public static final int USER_PARTICIPATED_IN_A_CALL = 1028;
- public static final int INCOMING_SPAM_CALL = 1029;
- public static final int INCOMING_NON_SPAM_CALL = 1030;
- public static final int SPAM_NOTIFICATION_SHOWN_AFTER_THROTTLE = 1041;
- public static final int SPAM_NOTIFICATION_NOT_SHOWN_AFTER_THROTTLE = 1042;
- public static final int NON_SPAM_NOTIFICATION_SHOWN_AFTER_THROTTLE = 1043;
- public static final int NON_SPAM_NOTIFICATION_NOT_SHOWN_AFTER_THROTTLE = 1044;
- public static final int VOICEMAIL_ALERT_SET_PIN_SHOWN = 1045;
- public static final int VOICEMAIL_ALERT_SET_PIN_CLICKED = 1046;
- public static final int USER_DID_NOT_PARTICIPATE_IN_CALL = 1047;
- public static final int USER_DELETED_CALL_LOG_ITEM = 1048;
- public static final int CALL_LOG_SEND_MESSAGE = 1049;
- public static final int CALL_LOG_ADD_TO_CONTACT = 1050;
- public static final int CALL_LOG_CREATE_NEW_CONTACT = 1051;
- public static final int VOICEMAIL_DELETE_ENTRY = 1052;
- public static final int VOICEMAIL_EXPAND_ENTRY = 1053;
- public static final int VOICEMAIL_PLAY_AUDIO_DIRECTLY = 1054;
- public static final int VOICEMAIL_PLAY_AUDIO_AFTER_EXPANDING_ENTRY = 1055;
- public static final int REJECT_INCOMING_CALL_FROM_NOTIFICATION = 1056;
- public static final int REJECT_INCOMING_CALL_FROM_ANSWER_SCREEN = 1057;
- public static final int CALL_LOG_CONTEXT_MENU_BLOCK_REPORT_SPAM = 1058;
- public static final int CALL_LOG_CONTEXT_MENU_BLOCK_NUMBER = 1059;
- public static final int CALL_LOG_CONTEXT_MENU_UNBLOCK_NUMBER = 1060;
- public static final int CALL_LOG_CONTEXT_MENU_REPORT_AS_NOT_SPAM = 1061;
- public static final int NEW_CONTACT_OVERFLOW = 1062;
- public static final int NEW_CONTACT_FAB = 1063;
- public static final int VOICEMAIL_VVM3_TOS_SHOWN = 1064;
- public static final int VOICEMAIL_VVM3_TOS_ACCEPTED = 1065;
- public static final int VOICEMAIL_VVM3_TOS_DECLINED = 1066;
- public static final int VOICEMAIL_VVM3_TOS_DECLINE_CLICKED = 1067;
- public static final int VOICEMAIL_VVM3_TOS_DECLINE_CHANGE_PIN_SHOWN = 1068;
- public static final int STORAGE_PERMISSION_DISPLAYED = 1069;
- public static final int CAMERA_PERMISSION_DISPLAYED = 1074;
- public static final int STORAGE_PERMISSION_REQUESTED = 1070;
- public static final int CAMERA_PERMISSION_REQUESTED = 1075;
- public static final int STORAGE_PERMISSION_SETTINGS = 1071;
- public static final int CAMERA_PERMISSION_SETTINGS = 1076;
- public static final int STORAGE_PERMISSION_GRANTED = 1072;
- public static final int CAMERA_PERMISSION_GRANTED = 1077;
- public static final int STORAGE_PERMISSION_DENIED = 1073;
- public static final int CAMERA_PERMISSION_DENIED = 1078;
- public static final int VOICEMAIL_CONFIGURATION_STATE_CORRUPTION_DETECTED_FROM_ACTIVITY = 1079;
- public static final int VOICEMAIL_CONFIGURATION_STATE_CORRUPTION_DETECTED_FROM_NOTIFICATION =
- 1080;
- public static final int BACKUP_ON_BACKUP = 1081;
- public static final int BACKUP_ON_FULL_BACKUP = 1082;
- public static final int BACKUP_ON_BACKUP_DISABLED = 1083;
- public static final int BACKUP_VOICEMAIL_BACKED_UP = 1084;
- public static final int BACKUP_FULL_BACKED_UP = 1085;
- public static final int BACKUP_ON_BACKUP_JSON_EXCEPTION = 1086;
- public static final int BACKUP_ON_QUOTA_EXCEEDED = 1087;
- public static final int BACKUP_ON_RESTORE = 1088;
- public static final int BACKUP_RESTORED_FILE = 1089;
- public static final int BACKUP_RESTORED_VOICEMAIL = 1090;
- public static final int BACKUP_ON_RESTORE_FINISHED = 1091;
- public static final int BACKUP_ON_RESTORE_DISABLED = 1092;
- public static final int BACKUP_ON_RESTORE_JSON_EXCEPTION = 1093;
- public static final int BACKUP_ON_RESTORE_IO_EXCEPTION = 1094;
- 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_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;
- public static final int INCOMING_VIDEO_CALL = 1102;
- public static final int USER_PARTICIPATED_IN_A_VIDEO_CALL = 1103;
- public static final int BACKUP_ON_RESTORE_VM_DUPLICATE_NOT_RESTORING = 1104;
- public static final int CALL_LOG_SHARE_AND_CALL = 1105;
- public static final int CALL_COMPOSER_ACTIVITY_PLACE_RCS_CALL = 1106;
- public static final int CALL_COMPOSER_ACTIVITY_SEND_AND_CALL_PRESSED_WHEN_SESSION_NOT_READY =
- 1107;
- public static final int POST_CALL_PROMPT_USER_TO_SEND_MESSAGE_CLICKED = 1108;
- public static final int POST_CALL_PROMPT_USER_TO_SEND_MESSAGE = 1109;
- public static final int POST_CALL_PROMPT_USER_TO_VIEW_SENT_MESSAGE = 1110;
- public static final int POST_CALL_PROMPT_USER_TO_VIEW_SENT_MESSAGE_CLICKED = 1111;
- public static final int IN_CALL_SCREEN_TURN_ON_MUTE = 1112;
- public static final int IN_CALL_SCREEN_TURN_OFF_MUTE = 1113;
- public static final int IN_CALL_SCREEN_SWAP_CAMERA = 1114;
- public static final int IN_CALL_SCREEN_TURN_ON_VIDEO = 1115;
- public static final int IN_CALL_SCREEN_TURN_OFF_VIDEO = 1116;
- public static final int VIDEO_CALL_WITH_INCOMING_VOICE_CALL = 1117;
- public static final int VIDEO_CALL_WITH_INCOMING_VIDEO_CALL = 1118;
- public static final int VOICE_CALL_WITH_INCOMING_VOICE_CALL = 1119;
- public static final int VOICE_CALL_WITH_INCOMING_VIDEO_CALL = 1120;
- public static final int CALL_DETAILS_COPY_NUMBER = 1121;
- public static final int CALL_DETAILS_EDIT_BEFORE_CALL = 1122;
- public static final int CALL_DETAILS_CALL_BACK = 1123;
- public static final int VVM_USER_DISMISSED_VM_ALMOST_FULL_PROMO = 1124;
- public static final int VVM_USER_DISMISSED_VM_FULL_PROMO = 1125;
- public static final int VVM_USER_ENABLED_ARCHIVE_FROM_VM_ALMOST_FULL_PROMO = 1126;
- public static final int VVM_USER_ENABLED_ARCHIVE_FROM_VM_FULL_PROMO = 1127;
- public static final int VVM_USER_SHOWN_VM_ALMOST_FULL_PROMO = 1128;
- public static final int VVM_USER_SHOWN_VM_FULL_PROMO = 1129;
- public static final int VVM_USER_SHOWN_VM_ALMOST_FULL_ERROR_MESSAGE = 1130;
- public static final int VVM_USER_SHOWN_VM_FULL_ERROR_MESSAGE = 1131;
- public static final int VVM_USER_TURNED_ARCHIVE_ON_FROM_SETTINGS = 1132;
- 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;
- public static final int VVM_QUOTA_CHECK_UNAVAILABLE = 1162;
- public static final int EMERGENCY_NEW_EMERGENCY_CALL = 1163;
- public static final int EMERGENCY_CALLBACK = 1164;
- public static final int EMERGENCY_NO_LOCATION_PERMISSION = 1165;
- public static final int EMERGENCY_BATTERY_TOO_LOW_TO_GET_LOCATION = 1166;
- public static final int EMERGENCY_CANT_GET_LOCATION = 1167;
- public static final int EMERGENCY_STALE_LOCATION = 1168;
- public static final int EMERGENCY_INACCURATE_LOCATION = 1169;
- public static final int EMERGENCY_GOT_LOCATION = 1170;
- public static final int EMERGENCY_GOT_ADDRESS = 1171;
- public static final int EMERGENCY_GOT_MAP = 1172;
- public static final int EMERGENCY_LAUNCHED_MAP = 1173;
- }
-
- private static volatile DialerImpression[] _emptyArray;
- public static DialerImpression[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new DialerImpression[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.DialerImpression)
-
- public DialerImpression() {
- clear();
- }
-
- public DialerImpression clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public DialerImpression mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static DialerImpression parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new DialerImpression(), data);
- }
-
- public static DialerImpression parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- return new DialerImpression().mergeFrom(input);
- }
-}
diff --git a/java/com/android/dialer/logging/nano/InteractionEvent.java b/java/com/android/dialer/logging/nano/InteractionEvent.java
deleted file mode 100644
index 7ca95fa45..000000000
--- a/java/com/android/dialer/logging/nano/InteractionEvent.java
+++ /dev/null
@@ -1,95 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class InteractionEvent
- extends com.google.protobuf.nano.ExtendableMessageNano<InteractionEvent> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN = 0;
- public static final int CALL_BLOCKED = 15;
- public static final int BLOCK_NUMBER_CALL_LOG = 16;
- public static final int BLOCK_NUMBER_CALL_DETAIL = 17;
- public static final int BLOCK_NUMBER_MANAGEMENT_SCREEN = 18;
- public static final int UNBLOCK_NUMBER_CALL_LOG = 19;
- public static final int UNBLOCK_NUMBER_CALL_DETAIL = 20;
- public static final int UNBLOCK_NUMBER_MANAGEMENT_SCREEN = 21;
- public static final int IMPORT_SEND_TO_VOICEMAIL = 22;
- public static final int UNDO_BLOCK_NUMBER = 23;
- public static final int UNDO_UNBLOCK_NUMBER = 24;
- }
-
- private static volatile InteractionEvent[] _emptyArray;
- public static InteractionEvent[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new InteractionEvent[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.InteractionEvent)
-
- public InteractionEvent() {
- clear();
- }
-
- public InteractionEvent clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public InteractionEvent mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static InteractionEvent parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new InteractionEvent(), data);
- }
-
- public static InteractionEvent parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- return new InteractionEvent().mergeFrom(input);
- }
-}
diff --git a/java/com/android/dialer/logging/nano/ReportingLocation.java b/java/com/android/dialer/logging/nano/ReportingLocation.java
deleted file mode 100644
index 08ee04e7e..000000000
--- a/java/com/android/dialer/logging/nano/ReportingLocation.java
+++ /dev/null
@@ -1,88 +0,0 @@
-/*
- * Copyright (C) 2017 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class ReportingLocation
- extends com.google.protobuf.nano.ExtendableMessageNano<ReportingLocation> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN_REPORTING_LOCATION = 0;
- public static final int CALL_LOG_HISTORY = 1;
- public static final int FEEDBACK_PROMPT = 2;
- }
-
- private static volatile ReportingLocation[] _emptyArray;
-
- public static ReportingLocation[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new ReportingLocation[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.ReportingLocation)
-
- public ReportingLocation() {
- clear();
- }
-
- public ReportingLocation clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public ReportingLocation mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static ReportingLocation parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new ReportingLocation(), data);
- }
-
- public static ReportingLocation parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- return new ReportingLocation().mergeFrom(input);
- }
-}
diff --git a/java/com/android/dialer/logging/nano/ScreenEvent.java b/java/com/android/dialer/logging/nano/ScreenEvent.java
deleted file mode 100644
index bd5b817e1..000000000
--- a/java/com/android/dialer/logging/nano/ScreenEvent.java
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * Copyright (C) 2016 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-// Generated by the protocol buffer compiler. DO NOT EDIT!
-
-package com.android.dialer.logging.nano;
-
-/** This file is autogenerated, but javadoc required. */
-@SuppressWarnings("hiding")
-public final class ScreenEvent extends com.google.protobuf.nano.ExtendableMessageNano<ScreenEvent> {
-
- /** This file is autogenerated, but javadoc required. */
- // enum Type
- public interface Type {
- public static final int UNKNOWN = 0;
- public static final int DIALPAD = 1;
- public static final int SPEED_DIAL = 2;
- public static final int CALL_LOG = 3;
- public static final int VOICEMAIL_LOG = 4;
- public static final int ALL_CONTACTS = 5;
- public static final int REGULAR_SEARCH = 6;
- public static final int SMART_DIAL_SEARCH = 7;
- public static final int CALL_LOG_FILTER = 8;
- public static final int SETTINGS = 9;
- public static final int IMPORT_EXPORT_CONTACTS = 10;
- public static final int CLEAR_FREQUENTS = 11;
- public static final int SEND_FEEDBACK = 12;
- public static final int INCALL = 13;
- public static final int INCOMING_CALL = 14;
- public static final int CONFERENCE_MANAGEMENT = 15;
- public static final int INCALL_DIALPAD = 16;
- public static final int CALL_LOG_CONTEXT_MENU = 17;
- public static final int BLOCKED_NUMBER_MANAGEMENT = 18;
- public static final int BLOCKED_NUMBER_ADD_NUMBER = 19;
- public static final int CALL_DETAILS = 20;
- }
-
- private static volatile ScreenEvent[] _emptyArray;
- public static ScreenEvent[] emptyArray() {
- // Lazily initializes the empty array
- if (_emptyArray == null) {
- synchronized (com.google.protobuf.nano.InternalNano.LAZY_INIT_LOCK) {
- if (_emptyArray == null) {
- _emptyArray = new ScreenEvent[0];
- }
- }
- }
- return _emptyArray;
- }
-
- // @@protoc_insertion_point(class_scope:com.android.dialer.logging.ScreenEvent)
-
- public ScreenEvent() {
- clear();
- }
-
- public ScreenEvent clear() {
- unknownFieldData = null;
- cachedSize = -1;
- return this;
- }
-
- @Override
- public ScreenEvent mergeFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- while (true) {
- int tag = input.readTag();
- switch (tag) {
- case 0:
- return this;
- default:
- {
- if (!super.storeUnknownField(input, tag)) {
- return this;
- }
- break;
- }
- }
- }
- }
-
- public static ScreenEvent parseFrom(byte[] data)
- throws com.google.protobuf.nano.InvalidProtocolBufferNanoException {
- return com.google.protobuf.nano.MessageNano.mergeFrom(new ScreenEvent(), data);
- }
-
- public static ScreenEvent parseFrom(com.google.protobuf.nano.CodedInputByteBufferNano input)
- throws java.io.IOException {
- return new ScreenEvent().mergeFrom(input);
- }
-}