Searched refs:currentSSID (Results 1 – 1 of 1) sorted by relevance
3472 String currentSSID = mWifiInfo.getSSID(); in handleSupplicantStateChange() local3473 if (SSID != null && currentSSID != null && !SSID.equals(WifiSsid.NONE)) { in handleSupplicantStateChange()3479 if (currentSSID.length() >= 2 && currentSSID.charAt(0) == '"' in handleSupplicantStateChange()3480 && currentSSID.charAt(currentSSID.length() - 1) == '"') { in handleSupplicantStateChange()3481 currentSSID = currentSSID.substring(1, currentSSID.length() - 1); in handleSupplicantStateChange()3483 if ((!SSID.equals(currentSSID)) && (getCurrentState() == mConnectedState)) { in handleSupplicantStateChange()