Loading telephony/java/com/android/internal/telephony/SamsungCDMAQualcommRIL.java +5 −6 Original line number Diff line number Diff line Loading @@ -41,12 +41,11 @@ import java.util.ArrayList; import java.util.Collections; /** * Samsung CDMA RIL doesn't send CDMA NV in RIUM infomation format which causes * the CDMA RIL stack to crash and end up not being provisioned. Samsung put * CDMA NV in GSM format. I forced the RIL stack to process CDMA NV request as a * GSM SIM in CDMA mode. Custom Qualcomm No SimReady RIL using the latest Uicc * stack * * As stands, the RIL supports calling get subscription source which can * handle both ruim and nv qc devices. The lteOnCdma property allows * for the devices to provision for multiple cdma dun types at run time. This * extension of shared merely fixes nuance issues arising from the differences * caused by embedded SIM and legacy CDMA. * {@hide} */ public class SamsungCDMAQualcommRIL extends QualcommSharedRIL implements Loading Loading
telephony/java/com/android/internal/telephony/SamsungCDMAQualcommRIL.java +5 −6 Original line number Diff line number Diff line Loading @@ -41,12 +41,11 @@ import java.util.ArrayList; import java.util.Collections; /** * Samsung CDMA RIL doesn't send CDMA NV in RIUM infomation format which causes * the CDMA RIL stack to crash and end up not being provisioned. Samsung put * CDMA NV in GSM format. I forced the RIL stack to process CDMA NV request as a * GSM SIM in CDMA mode. Custom Qualcomm No SimReady RIL using the latest Uicc * stack * * As stands, the RIL supports calling get subscription source which can * handle both ruim and nv qc devices. The lteOnCdma property allows * for the devices to provision for multiple cdma dun types at run time. This * extension of shared merely fixes nuance issues arising from the differences * caused by embedded SIM and legacy CDMA. * {@hide} */ public class SamsungCDMAQualcommRIL extends QualcommSharedRIL implements Loading