OSDN Git Service

Remove scanResultCache from WifiConfiguration
authorVinit Deshpande <vinitd@google.com>
Fri, 27 Mar 2015 18:40:17 +0000 (11:40 -0700)
committerVinit Deshpande <vinitd@google.com>
Tue, 31 Mar 2015 22:51:55 +0000 (15:51 -0700)
commit6f6c781cca66cabc1f06be368a6dfedceb88ed0e
tree5cd304721c7788eb08f01078778d361ee7883255
parentfbeeccc354c6fadde035ecc3188a07c8ccb778f3
Remove scanResultCache from WifiConfiguration

This is in preparation to use ScanDetail - which is a superset
of ScanResult - in wifi stack. There are no external users of
scanResultCache; so it can be safely removed.

Also fixed a javadoc comment for getPlmn()

Change-Id: I7c49532664ffe2e3e5e134bfcd42615d5999d02f
wifi/java/android/net/wifi/WifiConfiguration.java
wifi/java/android/net/wifi/WifiEnterpriseConfig.java