diff options
| author | 2023-11-16 06:21:49 +0000 | |
|---|---|---|
| committer | 2023-11-16 06:21:49 +0000 | |
| commit | 75de2905d1409a91b81bc93efdc8c249282d090b (patch) | |
| tree | bd142e7d135b79dec10ca94723f5e17829b79453 | |
| parent | 2e1109cfdc98d7d9303a2e880830f1f51800a92d (diff) | |
| parent | 103671b1fa4f0cdc53f50282d5f8087a92f964dd (diff) | |
Merge "Add RIL constant for ciphering transparency APIs" into main
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index edd659755c8d..50590177f791 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -546,6 +546,8 @@ public interface RILConstants { int RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED = 245; int RIL_REQUEST_IS_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 246; 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; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; @@ -608,6 +610,7 @@ public interface RILConstants { int RIL_UNSOL_RESPONSE_SIM_PHONEBOOK_RECORDS_RECEIVED = 1054; int RIL_UNSOL_SLICING_CONFIG_CHANGED = 1055; int RIL_UNSOL_CELLULAR_IDENTIFIER_DISCLOSED = 1056; + int RIL_UNSOL_SECURITY_ALGORITHMS_UPDATED = 1057; /* The following unsols are not defined in RIL.h */ int RIL_UNSOL_HAL_NON_RIL_BASE = 1100; |