summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calldetails/proto/call_details_entries.proto
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-04-12 23:23:09 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-12 23:23:09 +0000
commitf599b4bbf9c9c0224f64934d78f00ba6690c6c7f (patch)
tree0f1f4cc08e164cde9f891f83749edff34eb94a89 /java/com/android/dialer/calldetails/proto/call_details_entries.proto
parent9ef6d8c84b7b33e069258d41db9eef16e3d2b9fa (diff)
parentd6b10d559f345eab2dd3dd89b07cfc3fd79c59bc (diff)
Merge "Add RTT transcript to call details."
Diffstat (limited to 'java/com/android/dialer/calldetails/proto/call_details_entries.proto')
-rw-r--r--java/com/android/dialer/calldetails/proto/call_details_entries.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/android/dialer/calldetails/proto/call_details_entries.proto b/java/com/android/dialer/calldetails/proto/call_details_entries.proto
index 7a5700b1c..e0202cda1 100644
--- a/java/com/android/dialer/calldetails/proto/call_details_entries.proto
+++ b/java/com/android/dialer/calldetails/proto/call_details_entries.proto
@@ -19,6 +19,7 @@ message CallDetailsEntries {
optional int64 data_usage = 6;
repeated enrichedcall.historyquery.proto.HistoryResult history_results = 7;
optional bool is_duo_call = 8;
+ optional bool has_rtt_transcript = 9;
}
repeated CallDetailsEntry entries = 1;