summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yomna Nasser <yomna@google.com> 2023-04-26 20:02:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-04-26 20:02:28 +0000
commitfbe838c7c849e60aab8610dc48aeddb067c5e5f7 (patch)
tree91063c3cf1aaab0104be0ad9f78d49f73998a072
parent173bf3565eb41debd365570a669f4363072211b1 (diff)
parentb7c178ab39be061474a92f41afdfd377bebdd976 (diff)
Merge "Adds missing symbol RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED" into udc-dev
-rw-r--r--telephony/java/com/android/internal/telephony/RILConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java
index 8ed60c1b8b3f..b273ba2e9f11 100644
--- a/telephony/java/com/android/internal/telephony/RILConstants.java
+++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -571,6 +571,7 @@ public interface RILConstants {
int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;
+ int RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED = 259;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;