Add Constants for UsageSetting

Bug: 210023167
Test: compilation
Change-Id: Ief078770b44719e105828bb61d3768ad24e277dd
This commit is contained in:
Nathan Harold
2021-12-09 15:31:55 -08:00
parent 324c7b28c3
commit 793736cced

View File

@@ -530,6 +530,8 @@ public interface RILConstants {
int RIL_REQUEST_GET_SLICING_CONFIG = 224;
int RIL_REQUEST_ENABLE_VONR = 225;
int RIL_REQUEST_IS_VONR_ENABLED = 226;
int RIL_REQUEST_SET_USAGE_SETTING = 227;
int RIL_REQUEST_GET_USAGE_SETTING = 228;
/* Responses begin */
int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;