Add constants for setNullCipherAndIntegrityEnabled

Bug: b/237529943
Test: m
Change-Id: Ia72f7bdd64f659fb0b1aecaf06cc0d044b6d6f7b
This commit is contained in:
Yomna Nasser
2022-10-13 23:36:10 +00:00
parent 7d7533c4cd
commit 05ab460ef9

View File

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