Loading telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,9 @@ public class TelephonyManager { public static final int NETWORK_TYPE_EHRPD = 14; /** Current network is HSPA+ */ public static final int NETWORK_TYPE_HSPAP = 15; /** Current network is DC-HSPAP */ /** Current network is DC-HSPAP * @hide */ public static final int NETWORK_TYPE_DCHSPAP = 30; /** Loading Loading
telephony/java/android/telephony/TelephonyManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -566,7 +566,9 @@ public class TelephonyManager { public static final int NETWORK_TYPE_EHRPD = 14; /** Current network is HSPA+ */ public static final int NETWORK_TYPE_HSPAP = 15; /** Current network is DC-HSPAP */ /** Current network is DC-HSPAP * @hide */ public static final int NETWORK_TYPE_DCHSPAP = 30; /** Loading