summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-06-08 10:01:06 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-06-08 10:01:06 -0700
commit8a02401129e5805025d3a39e552a2840e73fb8cf (patch)
tree4be79f83f5a169bf01cb31ce4c3dc22f580ebae2 /core
parent3932aa7ff887007f4ae1e28e47b6775c9ceca566 (diff)
parente139167c9109aee203f5fbbdeeab656994d9c9ac (diff)
downloadframeworks_base-8a02401129e5805025d3a39e552a2840e73fb8cf.zip
frameworks_base-8a02401129e5805025d3a39e552a2840e73fb8cf.tar.gz
frameworks_base-8a02401129e5805025d3a39e552a2840e73fb8cf.tar.bz2
resolved conflicts for merge of e139167c to master
Change-Id: Ic4d8aae7dd457457d9cc8ba081b273e425729f86
Diffstat (limited to 'core')
-rw-r--r--core/java/android/net/ConnectivityManager.java16
1 files changed, 7 insertions, 9 deletions
diff --git a/core/java/android/net/ConnectivityManager.java b/core/java/android/net/ConnectivityManager.java
index 21cce44..ea750da 100644
--- a/core/java/android/net/ConnectivityManager.java
+++ b/core/java/android/net/ConnectivityManager.java
@@ -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;