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

Commit cc6f6e08 authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Add RIL_REQUEST_SET_N1_MODE_ENABLED and_REQUEST_IS_N1_MODE_ENABLED"

parents c2ee27ef c42338fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -544,6 +544,8 @@ public interface RILConstants {
    int RIL_REQUEST_TRIGGER_EPS_FALLBACK = 238;
    int RIL_REQUEST_SET_NULL_CIPHER_AND_INTEGRITY_ENABLED = 239;
    int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
    int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
    int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;