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

Commit 96be87a7 authored by Arun Voddu's avatar Arun Voddu Committed by Android (Google) Code Review
Browse files

Merge "AIDL IRadioModemIndication#onImeiMappingChanged() implementation for...

Merge "AIDL IRadioModemIndication#onImeiMappingChanged() implementation for the change in the IMEI wrt sim slot" into main
parents 1cb4ede9 9b7b5cb1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -618,4 +618,5 @@ public interface RILConstants {
    int RIL_UNSOL_TRIGGER_IMS_DEREGISTRATION = 1107;
    int RIL_UNSOL_TRIGGER_IMS_DEREGISTRATION = 1107;
    int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
    int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
    int RIL_UNSOL_NOTIFY_ANBR = 1109;
    int RIL_UNSOL_NOTIFY_ANBR = 1109;
    int RIL_UNSOL_IMEI_MAPPING_CHANGED = 1110;
}
}