Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DActiveNetworkProvider.java81 return removeDoubleQuotes(string); in sanitizeSsid()
84 private static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ActiveNetworkProvider
DConnectivityListener.java520 return removeDoubleQuotes(string); in sanitizeSsid()
523 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/
DConnectivityListener.java524 return removeDoubleQuotes(string); in sanitizeSsid()
527 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java1206 return removeDoubleQuotes(wifiInfo.getSSID()); in getNetworkName()
1212 return removeDoubleQuotes(nc.getSsid()); in getNetworkName()
1220 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in CaptivePortalLoginActivity
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java800 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()
1597 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
1642 value = removeDoubleQuotes(value); in getFieldValue()
DWifiInfo.java1527 return removeDoubleQuotes(string); in sanitizeSsid()
1533 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
DWifiNetworkSuggestion.java1679 return WifiInfo.removeDoubleQuotes(wifiConfiguration.preSharedKey); in getPassphrase()
DWifiConfiguration.java3734 return WifiInfo.removeDoubleQuotes(SSID); in getPrintableSsid()
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragment.java399 displayedName = removeDoubleQuotes(specifiedConfig.SSID); in filterSavedNetworks()
445 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AddAppNetworksFragment
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java1668 WifiInfo.removeDoubleQuotes(connectedConfig.SSID), in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
1669 WifiInfo.removeDoubleQuotes(candidate.SSID)), in connectToNetworkForPrimaryCmmUsingMbbIfAvailable()
3153 String ssidUnquoted = WifiInfo.removeDoubleQuotes(getPrimaryWifiInfo().getSSID()); in handleConnectionAttemptEnded()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2234 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient
2282 || !removeDoubleQuotes(mConfiguration.mDisplayName).equals(ssid)) { in detectUpstreamHotspotFromVendorIe()
2541 final String ssid = removeDoubleQuotes(mConfiguration.mDisplayName); in handleUpdateL2Information()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1690 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt813 HSPLcom/android/tv/settings/connectivity/ConnectivityListener;->removeDoubleQuotes(Ljava/lang/Strin…