Merge "Define RIL_REQUEST_SET_PREFERRED_DATA_MODEM."

This commit is contained in:
Xiangyu/Malcolm Chen
2018-10-25 01:37:34 +00:00
committed by Gerrit Code Review

View File

@@ -420,6 +420,7 @@ public interface RILConstants {
int RIL_REQUEST_SET_LOGICAL_TO_PHYSICAL_SLOT_MAPPING = 201;
int RIL_REQUEST_SET_SIGNAL_STRENGTH_REPORTING_CRITERIA = 202;
int RIL_REQUEST_SET_LINK_CAPACITY_REPORTING_CRITERIA = 203;
int RIL_REQUEST_SET_PREFERRED_DATA_MODEM = 204;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;