Home
last modified time | relevance | path

Searched refs:removeDoubleQuotes (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java21 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWifiTile.java156 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
/frameworks/base/core/java/android/net/
DNetworkTemplate.java27 import static android.net.wifi.WifiInfo.removeDoubleQuotes;
359 removeDoubleQuotes(mNetworkId), removeDoubleQuotes(ident.mNetworkId)); in matchesWifi()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java244 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
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java420 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()
960 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
1003 value = removeDoubleQuotes(value); in getFieldValue()
DWifiInfo.java540 public static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiInfo
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DNetworkPolicyEditor.java246 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiConfigStore.java120 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiConfigStore
180 return Utils.toHex(removeDoubleQuotes(str).getBytes(StandardCharsets.UTF_8)); in encodeSSID()
1317 value = removeDoubleQuotes(value); in loadValue()