Searched refs:removeDoubleQuotes (Results 1 – 12 of 12) sorted by relevance
82 return WifiInfo.removeDoubleQuotes(mWifiManager.getConnectionInfo().getSSID()); in getActiveSSID()
156 final String ssid = WifiInfo.removeDoubleQuotes(info.getSSID()); in isWifiClicked()
93 String ssid = WifiInfo.removeDoubleQuotes(mWifiTracker.ssid); in getSummary()
122 mNetworkName = WifiInfo.removeDoubleQuotes(mNetworkName); in onCreate()
121 mNetworkName = WifiInfo.removeDoubleQuotes(mNetworkName); in onCreate()
222 String configuredSsid = WifiInfo.removeDoubleQuotes(configuredNetwork.SSID); in getFromConfiguredNetworks()
384 ssid = WifiInfo.removeDoubleQuotes(ssid); in getSsid()
1391 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient1416 || !removeDoubleQuotes(mConfiguration.mDisplayName).equals(ssid)) { in detectUpstreamHotspotFromVendorIe()1618 final String ssid = removeDoubleQuotes(mConfiguration.mDisplayName); in handleUpdateL2Information()
910 return removeDoubleQuotes(wifiInfo.getSSID()); in getSsid()913 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in CaptivePortalLoginActivity
386 String connectedNetwork = WifiInfo.removeDoubleQuotes( in addSummaryState()
326 return WifiInfo.removeDoubleQuotes(mWifiManager.getConnectionInfo().getSSID()); in getActiveSSID()