Loading telephony/java/com/android/internal/telephony/SamsungRIL.java +2 −2 Original line number Diff line number Diff line Loading @@ -379,9 +379,9 @@ public class SamsungRIL extends RIL implements CommandsInterface { String curState = SystemProperties.get(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE); boolean curHsdpa = false; if (curState.equals("HSDPA:9")) { if (curState.startsWith("HSDPA")) { curHsdpa = true; } else if (!curState.equals("UMTS:3")) { } else if (!curState.startsWith("UMTS")) { // Don't send poll request if not on 3g break; } Loading Loading
telephony/java/com/android/internal/telephony/SamsungRIL.java +2 −2 Original line number Diff line number Diff line Loading @@ -379,9 +379,9 @@ public class SamsungRIL extends RIL implements CommandsInterface { String curState = SystemProperties.get(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE); boolean curHsdpa = false; if (curState.equals("HSDPA:9")) { if (curState.startsWith("HSDPA")) { curHsdpa = true; } else if (!curState.equals("UMTS:3")) { } else if (!curState.startsWith("UMTS")) { // Don't send poll request if not on 3g break; } Loading