Adds missing symbol RIL_REQUEST_IS_NULL_CIPHER_AND_INTEGRITY_ENABLED

Bug: 237529943
Test: m
Change-Id: Ie055959515070dca32e701000ebd04d870b2634c
Merged-In: Ie055959515070dca32e701000ebd04d870b2634c
This commit is contained in:
yomna
2023-04-21 18:48:37 +00:00
parent 0110ea1392
commit b7c178ab39

View File

@@ -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;