diff options
author | Dmitry Shmidt <> | 2009-04-20 09:48:54 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-20 09:48:54 -0700 |
commit | 42554c10b61f747c0689f2304f19a2af17b886ce (patch) | |
tree | 6659b4ca768e109d0712f8bb6f5fa5527bc794c0 /services | |
parent | c64edde69d18498fb2954f71a546357b07ab996a (diff) | |
download | frameworks_base-42554c10b61f747c0689f2304f19a2af17b886ce.zip frameworks_base-42554c10b61f747c0689f2304f19a2af17b886ce.tar.gz frameworks_base-42554c10b61f747c0689f2304f19a2af17b886ce.tar.bz2 |
AI 146934: Make TI Wifi driver choice framework-independent - part 1
BUG=1786365
Automated import of CL 146934
Diffstat (limited to 'services')
-rw-r--r-- | services/java/com/android/server/WifiWatchdogService.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/services/java/com/android/server/WifiWatchdogService.java b/services/java/com/android/server/WifiWatchdogService.java index fe97b93..9443a95 100644 --- a/services/java/com/android/server/WifiWatchdogService.java +++ b/services/java/com/android/server/WifiWatchdogService.java @@ -75,14 +75,6 @@ public class WifiWatchdogService { private static final boolean V = false || Config.LOGV; private static final boolean D = true || Config.LOGD; - /* - * When this was "net.dns1", sometimes the mobile data's DNS was seen - * instead due to a race condition. All we really care about is the - * DHCP-replied DNS server anyway. - */ - /** The system property whose value provides the current DNS address. */ - private static final String SYSTEMPROPERTY_KEY_DNS = "dhcp.tiwlan0.dns1"; - private Context mContext; private ContentResolver mContentResolver; private WifiStateTracker mWifiStateTracker; |