Loading telephony/java/com/android/internal/telephony/LGEQualcommRIL.java +13 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt rr.mp.writeString(user); rr.mp.writeString(password); rr.mp.writeString(authType); rr.mp.writeString("0"); // ipVersion rr.mp.writeString("IP"); // ipVersion if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " " + radioTechnology + " " Loading Loading @@ -380,6 +380,11 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt dataCall.ifname = "rmnet0"; p.readInt(); // RadioTechnology p.readInt(); // inactiveReason dataCall.dnses = new String[2]; dataCall.dnses[0] = SystemProperties.get("net."+dataCall.ifname+".dns1"); dataCall.dnses[1] = SystemProperties.get("net."+dataCall.ifname+".dns2"); return dataCall; } Loading @@ -406,6 +411,13 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt if (!TextUtils.isEmpty(addresses)) { dataCall.addresses = addresses.split(" "); } dataCall.dnses = new String[2]; dataCall.dnses[0] = SystemProperties.get("net."+dataCall.ifname+".dns1"); dataCall.dnses[1] = SystemProperties.get("net."+dataCall.ifname+".dns2"); dataCall.active = 1; dataCall.status = 0; return dataCall; } Loading Loading
telephony/java/com/android/internal/telephony/LGEQualcommRIL.java +13 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt rr.mp.writeString(user); rr.mp.writeString(password); rr.mp.writeString(authType); rr.mp.writeString("0"); // ipVersion rr.mp.writeString("IP"); // ipVersion if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest) + " " + radioTechnology + " " Loading Loading @@ -380,6 +380,11 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt dataCall.ifname = "rmnet0"; p.readInt(); // RadioTechnology p.readInt(); // inactiveReason dataCall.dnses = new String[2]; dataCall.dnses[0] = SystemProperties.get("net."+dataCall.ifname+".dns1"); dataCall.dnses[1] = SystemProperties.get("net."+dataCall.ifname+".dns2"); return dataCall; } Loading @@ -406,6 +411,13 @@ public class LGEQualcommRIL extends QualcommNoSimReadyRIL implements CommandsInt if (!TextUtils.isEmpty(addresses)) { dataCall.addresses = addresses.split(" "); } dataCall.dnses = new String[2]; dataCall.dnses[0] = SystemProperties.get("net."+dataCall.ifname+".dns1"); dataCall.dnses[1] = SystemProperties.get("net."+dataCall.ifname+".dns2"); dataCall.active = 1; dataCall.status = 0; return dataCall; } Loading