diff options
| author | 2022-11-15 23:29:26 +0000 | |
|---|---|---|
| committer | 2022-11-16 00:08:13 +0000 | |
| commit | 9a5bb54d773bd29a13b35b108cdc86aa6920d528 (patch) | |
| tree | 9ca9f892a862001726240b63dbb516ce3d6e6220 | |
| parent | 40850061708184ed107043d99d59d95cb662e8b5 (diff) | |
Revert "Revert "Add constants for setNullCipherAndIntegrityEnabled""
This reverts commit af7b5cb5b48e72ae82e2de8a24eacd58766c28ca.
A fix was applied in frameworks/opt/Telephony.
Bug: b/237529943
Test: m
Change-Id: I75a02ec4b00ff0088404e37a3de01e02251ddba3
| -rw-r--r-- | telephony/java/com/android/internal/telephony/RILConstants.java | 1 |
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 9f612e6d7dd9..340ee7202757 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java @@ -542,6 +542,7 @@ public interface RILConstants { int RIL_REQUEST_STOP_IMS_TRAFFIC = 236; int RIL_REQUEST_SEND_ANBR_QUERY = 237; int RIL_REQUEST_TRIGGER_EPS_FALLBACK = 238; + int RIL_REQUEST_SET_NULL_CIPHER_AND_INTEGRITY_ENABLED = 239; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; |