summaryrefslogtreecommitdiff
path: root/telephony/java
diff options
context:
space:
mode:
authorTreehugger Robot <android-build-prod@system.gserviceaccount.com>2021-11-04 20:38:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-04 20:38:28 +0000
commit917a2eac7e8ac7d5874f47fc6edaece530305c36 (patch)
treebc4403d3bd06efe42fc5fbc95f22796e049e3367 /telephony/java
parent8f026c83bc3e14e6c81fde0ff5963a603b469d82 (diff)
parent2857d26258f783d8ccea9d2879119a8808104bb0 (diff)
Merge "Add Support for Smart DDS switch during voice call" into s-keystone-qcom-dev
Diffstat (limited to 'telephony/java')
-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 *****/