Searched refs:removeDoubleQuotes (Results 1 – 8 of 8) sorted by relevance
21 import static android.net.wifi.WifiInfo.removeDoubleQuotes;329 final String ssid = removeDoubleQuotes(config.SSID); in setMeteredWifiNetwork()350 ssids.add(removeDoubleQuotes(config.SSID)); in getWifiPolicies()379 return removeDoubleQuotes(policy.template.getNetworkId()); in getNetworkId()
156 state.label = removeDoubleQuotes(cb.enabledDesc); in handleUpdateState()171 minimalContentDescription.append(removeDoubleQuotes(cb.enabledDesc)); in handleUpdateState()173 expandedContentDescription.append(removeDoubleQuotes(cb.enabledDesc)); in handleUpdateState()216 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiTile
27 import static android.net.wifi.WifiInfo.removeDoubleQuotes;359 removeDoubleQuotes(mNetworkId), removeDoubleQuotes(ident.mNetworkId)); in matchesWifi()
244 return ssid.equals(removeDoubleQuotes(config.SSID)) in matches()629 return ssid.equals(removeDoubleQuotes(info.getSSID())); in isInfoForThisAccessPoint()663 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID)); in loadConfig()872 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint
420 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()960 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig1003 value = removeDoubleQuotes(value); in getFieldValue()
540 public static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiInfo
246 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
120 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiConfigStore180 return Utils.toHex(removeDoubleQuotes(str).getBytes(StandardCharsets.UTF_8)); in encodeSSID()1317 value = removeDoubleQuotes(value); in loadValue()