summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Grant Menke <grantmenke@google.com> 2023-12-15 22:15:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-15 22:15:36 +0000
commita338097c506150293791c20af51c7440fc4f528e (patch)
tree24c22ea30c9a518b5ef0b44dfe88f24fbb504151
parent6adcf928f013b68609ca4bd4cf1285c66b489110 (diff)
parent9085111461db70bf596512e48088ae019b8f0ad5 (diff)
Merge "Updated RILConstants to support DSDA HAL updates." into main
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 50590177f791..b7dd4df1c843 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -548,6 +548,7 @@ public interface RILConstants {
int RIL_REQUEST_SET_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 247;
int RIL_REQUEST_SET_SECURITY_ALGORITHMS_UPDATED_ENABLED = 248;
int RIL_REQUEST_IS_SECURITY_ALGORITHMS_UPDATED_ENABLED = 249;
+ int RIL_REQUEST_GET_SIMULTANEOUS_CALLING_SUPPORT = 250;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
@@ -625,4 +626,5 @@ public interface RILConstants {
int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
int RIL_UNSOL_NOTIFY_ANBR = 1109;
int RIL_UNSOL_IMEI_MAPPING_CHANGED = 1110;
+ int RIL_UNSOL_SIMULTANEOUS_CALLING_SUPPORT_CHANGED = 1111;
}