Searched refs:removeDoubleQuotes (Results 1 – 2 of 2) sorted by relevance
20 import static android.net.wifi.WifiInfo.removeDoubleQuotes;104 final String networkId = removeDoubleQuotes(config.SSID); in buildWifiPref()
186 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID)); in loadConfig()305 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint