File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
telephony/java/android/telephony Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,15 @@ public class ConnectivityManager
209209 * default connections.
210210 */
211211 public static final int TYPE_WIMAX = 6 ;
212+ /**
213+ * Bluetooth data connection.
214+ * @hide
215+ */
216+ public static final int TYPE_BLUETOOTH = 7 ;
217+ /** {@hide} */
218+ public static final int TYPE_DUMMY = 8 ;
219+ /** {@hide} */
220+ public static final int TYPE_ETHERNET = 9 ;
212221 /** {@hide} TODO: Need to adjust this for WiMAX. */
213222 public static final int MAX_RADIO_TYPE = TYPE_WIFI ;
214223 /** {@hide} TODO: Need to adjust this for WiMAX. */
Original file line number Diff line number Diff line change @@ -393,7 +393,10 @@ public String getNetworkCountryIso() {
393393 public static final int NETWORK_TYPE_IDEN = 11 ;
394394 /** Current network is EVDO revision B*/
395395 public static final int NETWORK_TYPE_EVDO_B = 12 ;
396-
396+ /** @hide */
397+ public static final int NETWORK_TYPE_LTE = 13 ;
398+ /** @hide */
399+ public static final int NETWORK_TYPE_EHRPD = 14 ;
397400
398401 /**
399402 * Returns a constant indicating the radio technology (network type)
You can’t perform that action at this time.
0 commit comments