From 4717c261b2c670d5c0925e3527a864aa52db6ac0 Mon Sep 17 00:00:00 2001 From: Robert Greenwalt Date: Wed, 31 Oct 2012 14:32:53 -0700 Subject: Remove DhcpInfoInternal First step in accepting a set of patches. bug:6799630 Change-Id: I6c894c60aeb3022960c2aaa45451bb1dde2b493b --- api/current.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 8e7c727..6d7c1ac 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12613,7 +12613,7 @@ package android.net { method public int getUid(); } - public class DhcpInfo implements android.os.Parcelable { + public deprecated class DhcpInfo implements android.os.Parcelable { ctor public DhcpInfo(); method public int describeContents(); method public void writeToParcel(android.os.Parcel, int); @@ -13480,7 +13480,7 @@ package android.net.wifi { method public boolean enableNetwork(int, boolean); method public java.util.List getConfiguredNetworks(); method public android.net.wifi.WifiInfo getConnectionInfo(); - method public android.net.DhcpInfo getDhcpInfo(); + method public deprecated android.net.DhcpInfo getDhcpInfo(); method public java.util.List getScanResults(); method public int getWifiState(); method public boolean isWifiEnabled(); -- cgit v1.1