History log of /frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiCertManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b2c2f85c959cb0deba238b566f39b1b942eb70a8 05-May-2016 Ningyuan Wang <nywang@google.com> Fix string comparision and return value in try catch block

This CL uses value comparision instead of reference comparision
for strings.
This also removes returning value in finally block, otherwise
exception may be suppressed.

BUG=28605846
TEST=compile
TEST=runtest frameworks-wifi

Change-Id: I6ace4d233d2b0af3627f75dfdb7dcec6a46b0092
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiCertManager.java
3a24f36a730316a194c79e87963f3b19e3b1e1e4 30-Jan-2016 Arthur Hsu <arthurhsu@google.com> Follow up of ag/848030.

Address reviewer comments and make linter happy.

Change-Id: Iba9738275038ad2dfb0f40c5112b2d6a762cb333
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiCertManager.java
2bfc67c9893c0a525b224d68dd73a74212b0c29f 20-Jan-2016 Arthur Hsu <arthurhsu@google.com> WifiCertManager implementation.

The WiFiCertManager is essentially a wrapper around the KeyStore that
filters out client certs (and their corresponding private keys) that the
current user should not see.

Change-Id: I1843114c54cb459ceec3d3546055b91f6b177125
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/WifiCertManager.java