summaryrefslogtreecommitdiffstats
path: root/wifi/java
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-02-15 13:50:21 -0800
committerRobert Greenwalt <rgreenwalt@google.com>2011-02-15 13:50:21 -0800
commit19f8ca846b5234278d3001782077b90aad61a85c (patch)
treea67f7075b0275cbf04bc01dbb449dcea6f13349c /wifi/java
parent302b9884b3f0ecc96cc618643835d415e474cac3 (diff)
downloadframeworks_base-19f8ca846b5234278d3001782077b90aad61a85c.zip
frameworks_base-19f8ca846b5234278d3001782077b90aad61a85c.tar.gz
frameworks_base-19f8ca846b5234278d3001782077b90aad61a85c.tar.bz2
Remove some unused wifi dhcp code.
Change-Id: I114b3772b334a41936c6ed4bb8304f6914481ef1
Diffstat (limited to 'wifi/java')
-rw-r--r--wifi/java/android/net/wifi/WifiNative.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/wifi/java/android/net/wifi/WifiNative.java b/wifi/java/android/net/wifi/WifiNative.java
index 030048f..d920108 100644
--- a/wifi/java/android/net/wifi/WifiNative.java
+++ b/wifi/java/android/net/wifi/WifiNative.java
@@ -163,10 +163,6 @@ public class WifiNative {
public native static String startWpsWithPinFromDeviceCommand(String bssid);
- public native static boolean doDhcpRequest(DhcpInfo results);
-
- public native static String getDhcpError();
-
public native static boolean setSuspendOptimizationsCommand(boolean enabled);
public native static boolean setCountryCodeCommand(String countryCode);