summaryrefslogtreecommitdiff
path: root/telephony/java/com/android/internal
diff options
context:
space:
mode:
authorTreehugger Robot <android-build-prod@system.gserviceaccount.com>2021-04-09 03:02:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-04-09 03:02:40 +0000
commit80bf29781b44a4c22692a3a1a1e60a371471c25a (patch)
tree095fcc7e2b09638c472a38e1612799bb6d09e413 /telephony/java/com/android/internal
parentea877e1d9fc76ef618b8522af2260c2245009506 (diff)
parent953a0bcf2fdbd9a1a496285063d3fc9fff34052e (diff)
Merge "Add retry event for EVENT_GET_ENHANCED_RADIO_CAPABILITY" into s-keystone-qcom-dev
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 1d97894f1436..3d7fe60719ef 100644
--- a/telephony/java/com/android/internal/telephony/DctConstants.java
+++ b/telephony/java/com/android/internal/telephony/DctConstants.java
@@ -116,6 +116,7 @@ public class DctConstants {
public static final int EVENT_APN_UNTHROTTLED = BASE + 56;
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;
/***** Constants *****/