Searched refs:removeDoubleQuotes (Results 1 – 3 of 3) sorted by relevance
398 displayedName = removeDoubleQuotes(specifiedConfig.SSID); in filterSavedNetworks()442 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AddAppNetworksFragment
1390 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient1415 || !removeDoubleQuotes(mConfiguration.mDisplayName).equals(ssid)) { in detectUpstreamHotspotFromVendorIe()1617 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