Merge "Add Constants for UsageSetting"

This commit is contained in:
Sarah Chin
2022-01-05 20:06:20 +00:00
committed by Gerrit Code Review

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;