Loading core/java/android/net/ConnectivityManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,8 @@ public class ConnectivityManager /** {@hide} */ public static final int TYPE_DUMMY = 8; /** {@hide} */ public static final int TYPE_ETHERNET = 9; /** {@hide} TODO: Need to adjust this for WiMAX. */ public static final int MAX_RADIO_TYPE = TYPE_DUMMY; /** {@hide} TODO: Need to adjust this for WiMAX. */ Loading telephony/java/android/telephony/TelephonyManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -402,7 +402,6 @@ public class TelephonyManager { /** Current network is eHRPD */ public static final int NETWORK_TYPE_EHRPD = 14; /** * Returns a constant indicating the radio technology (network type) * currently in use on the device for data transmission. Loading Loading
core/java/android/net/ConnectivityManager.java +2 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,8 @@ public class ConnectivityManager /** {@hide} */ public static final int TYPE_DUMMY = 8; /** {@hide} */ public static final int TYPE_ETHERNET = 9; /** {@hide} TODO: Need to adjust this for WiMAX. */ public static final int MAX_RADIO_TYPE = TYPE_DUMMY; /** {@hide} TODO: Need to adjust this for WiMAX. */ Loading
telephony/java/android/telephony/TelephonyManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -402,7 +402,6 @@ public class TelephonyManager { /** Current network is eHRPD */ public static final int NETWORK_TYPE_EHRPD = 14; /** * Returns a constant indicating the radio technology (network type) * currently in use on the device for data transmission. Loading