Merge "Add RIL_REQUEST_SET_N1_MODE_ENABLED and_REQUEST_IS_N1_MODE_ENABLED"

This commit is contained in:
Hunsuk Choi
2022-11-17 17:04:31 +00:00
committed by Android (Google) Code Review

View File

@@ -544,6 +544,8 @@ public interface RILConstants {
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;
int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;