summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/glidephotomanager
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-04-11 12:45:07 -0700
committerCopybara-Service <copybara-piper@google.com>2018-04-11 13:51:33 -0700
commitb175d252b8801c4219343d7bff1b76ca1f2eb030 (patch)
tree4d0aa7d6f8a6ded1f9c71f2165113988c8872469 /java/com/android/dialer/glidephotomanager
parent3bb7cb67720a958cb3f1c63393accb4b1f405bbf (diff)
Add RTT badge to new call log.
Bug: 77717594 Test: ContactPhotoViewTest PiperOrigin-RevId: 192492913 Change-Id: I6db36017fde2cf9dca580d60d5c88bf2ad2dfe16
Diffstat (limited to 'java/com/android/dialer/glidephotomanager')
-rw-r--r--java/com/android/dialer/glidephotomanager/photo_info.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/com/android/dialer/glidephotomanager/photo_info.proto b/java/com/android/dialer/glidephotomanager/photo_info.proto
index 447cfe83f..6fa21d886 100644
--- a/java/com/android/dialer/glidephotomanager/photo_info.proto
+++ b/java/com/android/dialer/glidephotomanager/photo_info.proto
@@ -9,7 +9,7 @@ package com.android.dialer.glidephotomanager;
// Contains information associated with a number, which is used to create the
// photo.
-// Next ID: 11
+// Next ID: 12
message PhotoInfo {
// The display name of the number.
optional string name = 1;
@@ -41,4 +41,7 @@ message PhotoInfo {
// Whether the photo should be badged as video call.
optional bool is_video = 10;
+
+ // Whether the photo should be badged as RTT call.
+ optional bool is_rtt = 11;
}