summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/internal
diff options
context:
space:
mode:
authorAvinash Nalluri <analluri@quicinc.com>2021-10-19 12:00:44 -0700
committerAvinash Nalluri <analluri@quicinc.com>2021-10-19 12:10:50 -0700
commit2857d26258f783d8ccea9d2879119a8808104bb0 (patch)
treeab7a1acee853a71249083237894ff662c07db1d4 /telephony/java/com/android/internal
parent88329e285e19997e50736ada3de739837baa0f51 (diff)
Add Support for Smart DDS switch during voice call
Change-Id: Id6992f5c32852914b285966467cfd95835e3592e CRs-Fixed: 3054320
Diffstat (limited to 'telephony/java/com/android/internal')
-rw-r--r--telephony/java/com/android/internal/telephony/DctConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/DctConstants.java b/telephony/java/com/android/internal/telephony/DctConstants.java
index db88e80de1b3..d1ba20ad1106 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -117,6 +117,7 @@ public class DctConstants {
public static final int EVENT_AIRPLANE_MODE_CHANGED = BASE + 57;
public static final int EVENT_GET_ENHANCED_RADIO_CAPABILITY = BASE + 58;
public static final int EVENT_GET_ENHANCED_RADIO_CAPABILITY_RETRY = BASE + 59;
+ public static final int EVENT_RECONNECT_EXT_TELEPHONY_SERVICE = BASE + 60;
/***** Constants *****/