Loading telephony/java/com/android/internal/telephony/RILConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -529,7 +529,7 @@ public interface RILConstants { int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP = 223; int RIL_REQUEST_GET_SLICING_CONFIG = 224; int RIL_REQUEST_ENABLE_VONR = 225; int RIL_REQUEST_IS_VONR_ENABLED = 225; int RIL_REQUEST_IS_VONR_ENABLED = 226; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; Loading Loading
telephony/java/com/android/internal/telephony/RILConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -529,7 +529,7 @@ public interface RILConstants { int RIL_REQUEST_GET_ALLOWED_NETWORK_TYPES_BITMAP = 223; int RIL_REQUEST_GET_SLICING_CONFIG = 224; int RIL_REQUEST_ENABLE_VONR = 225; int RIL_REQUEST_IS_VONR_ENABLED = 225; int RIL_REQUEST_IS_VONR_ENABLED = 226; /* Responses begin */ int RIL_RESPONSE_ACKNOWLEDGEMENT = 800; Loading