Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 757cd699 authored by Matthias Bosc's avatar Matthias Bosc Committed by Gerrit Code Review
Browse files

frameworks telephony - add DCHSPAP value

Change-Id: Ic68579da84f25be0a824d7632ce9632b9ae66944

Depends on: http://review.cyanogenmod.org/#/c/35439/
parent 4bacfdff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ import static android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA;
import static android.telephony.TelephonyManager.NETWORK_TYPE_HSUPA;
import static android.telephony.TelephonyManager.NETWORK_TYPE_HSPA;
import static android.telephony.TelephonyManager.NETWORK_TYPE_HSPAP;
import static android.telephony.TelephonyManager.NETWORK_TYPE_DCHSPAP;

import android.content.BroadcastReceiver;
import android.content.Context;
@@ -3413,6 +3414,8 @@ public class RIL extends BaseCommands implements CommandsInterface {
           radioType = NETWORK_TYPE_HSPA;
       } else if (radioString.equals("HSPAP")) {
           radioType = NETWORK_TYPE_HSPAP;
       } else if (radioString.equals("DCHSPAP")) {
           radioType = NETWORK_TYPE_DCHSPAP;
       } else {
           radioType = NETWORK_TYPE_UNKNOWN;
       }