summaryrefslogtreecommitdiffstats
path: root/core/java/com
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2014-06-03 01:11:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-03 01:11:00 +0000
commit9e32be5d2625daa5efdfe04e983f33b825bb0d9b (patch)
treea60bdab5bfc025e70b13bcca4daa34599c30ff14 /core/java/com
parent083a3e61519b211d021fe97f08f0bacc18224104 (diff)
parent3192dec32180f56733e631c2d9ec62fa1359283d (diff)
downloadframeworks_base-9e32be5d2625daa5efdfe04e983f33b825bb0d9b.zip
frameworks_base-9e32be5d2625daa5efdfe04e983f33b825bb0d9b.tar.gz
frameworks_base-9e32be5d2625daa5efdfe04e983f33b825bb0d9b.tar.bz2
Merge "Refactor NetworkFactory."
Diffstat (limited to 'core/java/com')
-rw-r--r--core/java/com/android/internal/util/Protocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/com/android/internal/util/Protocol.java b/core/java/com/android/internal/util/Protocol.java
index 81e67d8..af966b1 100644
--- a/core/java/com/android/internal/util/Protocol.java
+++ b/core/java/com/android/internal/util/Protocol.java
@@ -57,9 +57,9 @@ public class Protocol {
public static final int BASE_DNS_PINGER = 0x00050000;
public static final int BASE_NSD_MANAGER = 0x00060000;
public static final int BASE_NETWORK_STATE_TRACKER = 0x00070000;
- public static final int BASE_CONNECTIVITY_SERVICE = 0x00080000;
+ public static final int BASE_CONNECTIVITY_MANAGER = 0x00080000;
public static final int BASE_NETWORK_AGENT = 0x00081000;
public static final int BASE_NETWORK_MONITOR = 0x00082000;
- public static final int BASE_CONNECTIVITY_MANAGER = 0x00083000;
+ public static final int BASE_NETWORK_FACTORY = 0x00083000;
//TODO: define all used protocols
}