Add RIL_REQUEST_UPDATE_IMS_CALL_STATUS

Bug: 255450284
Test: build
Change-Id: I4729ca1ae280cf73656b89271d76498acb18cc2a
This commit is contained in:
Hunsuk Choi
2022-11-12 10:33:52 +00:00
parent a3d6ae1031
commit 3db73687e9

View File

@@ -543,6 +543,7 @@ public interface RILConstants {
int RIL_REQUEST_SEND_ANBR_QUERY = 237;
int RIL_REQUEST_TRIGGER_EPS_FALLBACK = 238;
int RIL_REQUEST_SET_NULL_CIPHER_AND_INTEGRITY_ENABLED = 239;
int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;