am f17deff9: resolved conflicts for merge of 8de47a2f to honeycomb-LTE
* commit 'f17deff97b290382b9e111e35fc2189ac8ffb75c': Reveal some network constants.
This commit is contained in:
@@ -165,14 +165,12 @@ public class ConnectivityManager
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The Default Mobile data connection. When active, all data traffic
|
* The Default Mobile data connection. When active, all data traffic
|
||||||
* will use this connection by default. Should not coexist with other
|
* will use this connection by default.
|
||||||
* default connections.
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_MOBILE = 0;
|
public static final int TYPE_MOBILE = 0;
|
||||||
/**
|
/**
|
||||||
* The Default WIFI data connection. When active, all data traffic
|
* The Default WIFI data connection. When active, all data traffic
|
||||||
* will use this connection by default. Should not coexist with other
|
* will use this connection by default.
|
||||||
* default connections.
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_WIFI = 1;
|
public static final int TYPE_WIFI = 1;
|
||||||
/**
|
/**
|
||||||
@@ -208,21 +206,23 @@ public class ConnectivityManager
|
|||||||
public static final int TYPE_MOBILE_HIPRI = 5;
|
public static final int TYPE_MOBILE_HIPRI = 5;
|
||||||
/**
|
/**
|
||||||
* The Default WiMAX data connection. When active, all data traffic
|
* The Default WiMAX data connection. When active, all data traffic
|
||||||
* will use this connection by default. Should not coexist with other
|
* will use this connection by default.
|
||||||
* default connections.
|
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_WIMAX = 6;
|
public static final int TYPE_WIMAX = 6;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bluetooth data connection. This is used for Bluetooth reverse tethering.
|
* The Default Bluetooth data connection. When active, all data traffic
|
||||||
* @hide
|
* will use this connection by default.
|
||||||
*/
|
*/
|
||||||
public static final int TYPE_BLUETOOTH = 7;
|
public static final int TYPE_BLUETOOTH = 7;
|
||||||
|
|
||||||
/** {@hide} */
|
/** {@hide} */
|
||||||
public static final int TYPE_DUMMY = 8;
|
public static final int TYPE_DUMMY = 8;
|
||||||
|
|
||||||
/** {@hide} */
|
/**
|
||||||
|
* The Default Ethernet data connection. When active, all data traffic
|
||||||
|
* will use this connection by default.
|
||||||
|
*/
|
||||||
public static final int TYPE_ETHERNET = 9;
|
public static final int TYPE_ETHERNET = 9;
|
||||||
/**
|
/**
|
||||||
* Over the air Adminstration.
|
* Over the air Adminstration.
|
||||||
|
|||||||
Reference in New Issue
Block a user