Loading telephony/java/com/android/internal/telephony/RIL.java +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.res.Resources; import android.net.ConnectivityManager; import android.net.LocalSocket; import android.net.LocalSocketAddress; Loading Loading @@ -3044,6 +3045,8 @@ public class RIL extends BaseCommands implements CommandsInterface { if (!TextUtils.isEmpty(addresses)) { dataCall.addresses = addresses.split(" "); } // DataCallState needs an ifname. Since we don't have one use the name from the ThrottleService resource (default=rmnet0). dataCall.ifname = Resources.getSystem().getString(com.android.internal.R.string.config_datause_iface); } else { dataCall.status = p.readInt(); dataCall.suggestedRetryTime = p.readInt(); Loading Loading
telephony/java/com/android/internal/telephony/RIL.java +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.res.Resources; import android.net.ConnectivityManager; import android.net.LocalSocket; import android.net.LocalSocketAddress; Loading Loading @@ -3044,6 +3045,8 @@ public class RIL extends BaseCommands implements CommandsInterface { if (!TextUtils.isEmpty(addresses)) { dataCall.addresses = addresses.split(" "); } // DataCallState needs an ifname. Since we don't have one use the name from the ThrottleService resource (default=rmnet0). dataCall.ifname = Resources.getSystem().getString(com.android.internal.R.string.config_datause_iface); } else { dataCall.status = p.readInt(); dataCall.suggestedRetryTime = p.readInt(); Loading