resolved conflicts for merge of 510d0a75 to master
Change-Id: Ic4d8aae7dd457457d9cc8ba081b273e425729f86
This commit is contained in:
@@ -164,14 +164,12 @@ public class ConnectivityManager {
|
||||
|
||||
/**
|
||||
* The Default Mobile data connection. When active, all data traffic
|
||||
* will use this connection by default. Should not coexist with other
|
||||
* default connections.
|
||||
* will use this connection by default.
|
||||
*/
|
||||
public static final int TYPE_MOBILE = 0;
|
||||
/**
|
||||
* The Default WIFI data connection. When active, all data traffic
|
||||
* will use this connection by default. Should not coexist with other
|
||||
* default connections.
|
||||
* will use this connection by default.
|
||||
*/
|
||||
public static final int TYPE_WIFI = 1;
|
||||
/**
|
||||
@@ -207,13 +205,13 @@ public class ConnectivityManager {
|
||||
public static final int TYPE_MOBILE_HIPRI = 5;
|
||||
/**
|
||||
* The Default WiMAX data connection. When active, all data traffic
|
||||
* will use this connection by default. Should not coexist with other
|
||||
* default connections.
|
||||
* will use this connection by default.
|
||||
*/
|
||||
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
|
||||
* will use this connection by default.
|
||||
*/
|
||||
public static final int TYPE_BLUETOOTH = 7;
|
||||
|
||||
@@ -223,8 +221,8 @@ public class ConnectivityManager {
|
||||
public static final int TYPE_DUMMY = 8;
|
||||
|
||||
/**
|
||||
* Ethernet data connection. This may be via USB dongle or more
|
||||
* traditional means.
|
||||
* The Default Ethernet data connection. When active, all data traffic
|
||||
* will use this connection by default.
|
||||
*/
|
||||
public static final int TYPE_ETHERNET = 9;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user