Rename AllowedNetworkType to AllowedNetworkTypes
Reference the ag/q/topic:%22b_171791177%22+(status:open%20OR%20status:merged) and ag/q/topic:"getAllowedNetworkTypeBitmap"+(status:open%20OR%20status:merged) Bug: 161434786 Test: build pass Change-Id: I48d36d73d016f7aa7fabec25a725abe03b1dee8d
This commit is contained in:
@@ -522,8 +522,8 @@ public interface RILConstants {
|
|||||||
int RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS = 219;
|
int RIL_REQUEST_GET_SYSTEM_SELECTION_CHANNELS = 219;
|
||||||
int RIL_REQUEST_GET_HAL_DEVICE_CAPABILITIES = 220;
|
int RIL_REQUEST_GET_HAL_DEVICE_CAPABILITIES = 220;
|
||||||
int RIL_REQUEST_SET_DATA_THROTTLING = 221;
|
int RIL_REQUEST_SET_DATA_THROTTLING = 221;
|
||||||
int RIL_REQUEST_SET_ALLOWED_NETWORK_TYPE_BITMAP = 222;
|
int RIL_REQUEST_SET_ALLOWED_NETWORK_TYPES_BITMAP = 222;
|
||||||
int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPE_BITMAP = 223;
|
int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP = 223;
|
||||||
|
|
||||||
/* Responses begin */
|
/* Responses begin */
|
||||||
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
|
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
|
||||||
|
|||||||
Reference in New Issue
Block a user