Searched defs:removeDoubleQuotes (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java147 state.label = removeDoubleQuotes(cb.enabledDesc);
187 private static String removeDoubleQuotes(String string) { method in class:WifiTile
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java240 return ssid.equals(removeDoubleQuotes(config.SSID)) && security == getSecurity(config);
647 return ssid.equals(removeDoubleQuotes(info.getSSID()));
681 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID));
884 static String removeDoubleQuotes(String string) { method in class:AccessPoint
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java530 public static String removeDoubleQuotes(String string) { method in class:WifiInfo
H A DWifiEnterpriseConfig.java374 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
691 private String removeDoubleQuotes(String string) { method in class:WifiEnterpriseConfig
730 value = removeDoubleQuotes(value);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java2616 return Utils.toHex(removeDoubleQuotes(str).getBytes(StandardCharsets.UTF_8));
3731 value = removeDoubleQuotes(value);
3747 private static String removeDoubleQuotes(String string) { method in class:WifiConfigStore
4409 oldPrivateKey = removeDoubleQuotes(oldPrivateKey);

Completed in 185 milliseconds