summaryrefslogtreecommitdiff
path: root/telecomm
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2023-05-08 00:08:33 +0000
committerTyler Gunn <tgunn@google.com>2023-05-09 12:41:58 -0700
commitdd2001ce4a51c75dea97221c2ff3db16e15abca4 (patch)
treec5b2e9d0fce3b0ef4d2f17066f26fa747dddcfe1 /telecomm
parent0ceaa6202a922b1dfe185cab6216325756f0d04d (diff)
downloadbase-dd2001ce4a51c75dea97221c2ff3db16e15abca4.tar.gz
Add extra key for call attributes.
Add an extra key used internally with call attributes when setting up a call. Test: Manual testing. Bug: 277232336 Change-Id: Ic8b5d57df88cf9c1d8a82a11ad4934ed4ef5fd78
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecom/CallAttributes.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/CallAttributes.java b/telecomm/java/android/telecom/CallAttributes.java
index 52ff90f38113..b1a7d819cd17 100644
--- a/telecomm/java/android/telecom/CallAttributes.java
+++ b/telecomm/java/android/telecom/CallAttributes.java
@@ -59,6 +59,9 @@ public final class CallAttributes implements Parcelable {
public static final String CALL_CAPABILITIES_KEY = "TelecomCapabilities";
/** @hide **/
+ public static final String DISPLAY_NAME_KEY = "DisplayName";
+
+ /** @hide **/
public static final String CALLER_PID_KEY = "CallerPid";
/** @hide **/