Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a338097c authored by Grant Menke's avatar Grant Menke Committed by Android (Google) Code Review
Browse files

Merge "Updated RILConstants to support DSDA HAL updates." into main

parents 6adcf928 90851114
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -548,6 +548,7 @@ public interface RILConstants {
    int RIL_REQUEST_SET_CELLULAR_IDENTIFIER_DISCLOSED_ENABLED = 247;
    int RIL_REQUEST_SET_SECURITY_ALGORITHMS_UPDATED_ENABLED = 248;
    int RIL_REQUEST_IS_SECURITY_ALGORITHMS_UPDATED_ENABLED = 249;
    int RIL_REQUEST_GET_SIMULTANEOUS_CALLING_SUPPORT = 250;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
@@ -625,4 +626,5 @@ public interface RILConstants {
    int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
    int RIL_UNSOL_NOTIFY_ANBR = 1109;
    int RIL_UNSOL_IMEI_MAPPING_CHANGED = 1110;
    int RIL_UNSOL_SIMULTANEOUS_CALLING_SUPPORT_CHANGED = 1111;
}