diff options
author | Treehugger Robot <android-build-prod@system.gserviceaccount.com> | 2021-04-09 03:02:40 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-04-09 03:02:40 +0000 |
commit | 80bf29781b44a4c22692a3a1a1e60a371471c25a (patch) | |
tree | 095fcc7e2b09638c472a38e1612799bb6d09e413 /telephony/java/com/android | |
parent | ea877e1d9fc76ef618b8522af2260c2245009506 (diff) | |
parent | 953a0bcf2fdbd9a1a496285063d3fc9fff34052e (diff) |
Merge "Add retry event for EVENT_GET_ENHANCED_RADIO_CAPABILITY" into s-keystone-qcom-dev
Diffstat (limited to 'telephony/java/com/android')
-rw-r--r-- | telephony/java/com/android/internal/telephony/DctConstants.java | 1 |
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 *****/ |