Loading src/java/com/android/internal/telephony/RIL.java +0 −7 Original line number Diff line number Diff line Loading @@ -567,13 +567,6 @@ public class RIL extends BaseCommands implements CommandsInterface { for (int service = MIN_SERVICE_IDX; service <= MAX_SERVICE_IDX; service++) { if (isRadioServiceSupported(service)) { resetProxyAndRequestList(service); if (service == HAL_SERVICE_RADIO && isRadioVersion2_0()) { mHalVersion.put(service, RADIO_HAL_VERSION_2_0); } else { mHalVersion.put(service, RADIO_HAL_VERSION_UNKNOWN); } } else { mHalVersion.put(service, RADIO_HAL_VERSION_UNSUPPORTED); } } } Loading Loading
src/java/com/android/internal/telephony/RIL.java +0 −7 Original line number Diff line number Diff line Loading @@ -567,13 +567,6 @@ public class RIL extends BaseCommands implements CommandsInterface { for (int service = MIN_SERVICE_IDX; service <= MAX_SERVICE_IDX; service++) { if (isRadioServiceSupported(service)) { resetProxyAndRequestList(service); if (service == HAL_SERVICE_RADIO && isRadioVersion2_0()) { mHalVersion.put(service, RADIO_HAL_VERSION_2_0); } else { mHalVersion.put(service, RADIO_HAL_VERSION_UNKNOWN); } } else { mHalVersion.put(service, RADIO_HAL_VERSION_UNSUPPORTED); } } } Loading