commit | 46fffb061940ff7e11560925ff95089919886480 | [log] [tgz] |
---|---|---|
author | Benson Huang <benson.huang@mediatek.com> | Wed Jun 25 15:02:11 2014 +0800 |
committer | Unsuk Jung <unsuk@google.com> | Thu Jun 26 05:35:49 2014 +0000 |
tree | 9ee6c9129f3ac22c9216fac22e5b3fef949378bc | |
parent | 57ff021c25d332561fa643ce8ca73e7caaa29816 [diff] |
Fix CTS testStartUsingNetworkFeature_enableHipri fail The return value of mWifiManager.isWifiEnabled() && mWifiManager.getConnectionInfo().getSSID() != null can not correctly identify if WiFi is connected or not. The fix is to modify the code logic used to judge if WiFi is connected. Bug 15578218 and 15578219 Change-Id: I8ae40980c9cd1ea91dafe0ca7c893c84b35709bf Signed-off-by: Benson Huang <benson.huang@mediatek.com>