Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java1316 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1319 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(ROAMING_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1322 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1562 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1569 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1579 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1629 ScanResult saeScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1636 ScanResult pskScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1662 ScanResult scanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in getPskSaeTransitionModeAp()
1672 ScanResult scanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in getOweTransitionModeAp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java219 state.label = cb.ssid != null ? removeDoubleQuotes(cb.ssid) : getTileLabel(); in handleUpdateState()
232 minimalContentDescription.append(removeDoubleQuotes(cb.ssid)); in handleUpdateState()
275 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiTile
H A DInternetTile.java154 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in InternetTile
415 state.secondaryLabel = getSecondaryLabel(cb.mIsTransient, removeDoubleQuotes(cb.mSsid)); in handleUpdateWifiState()
468 minimalContentDescription.append(removeDoubleQuotes(cb.mSsid)); in handleUpdateWifiState()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectivityListener.java472 return removeDoubleQuotes(string); in sanitizeSsid()
475 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java424 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID)); in loadConfig()
709 return getKey(removeDoubleQuotes(config.SSID), config.BSSID, getSecurity(config)); in getKey()
799 if (!ssid.equals(removeDoubleQuotes(config.SSID)) in matches()
1358 return TextUtils.equals(removeDoubleQuotes(info.getSSID()), ssid); in isInfoForThisAccessPoint()
1567 ssid = removeDoubleQuotes(mConfig.SSID); in update()
1837 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint
2045 if (TextUtils.equals(ssid, removeDoubleQuotes(wifiInfo.getSSID()))) { in isSameSsidOrBssid()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiEnterpriseConfig.java535 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()
1235 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
1278 value = removeDoubleQuotes(value); in getFieldValue()
H A DWifiInfo.java1169 return removeDoubleQuotes(string); in sanitizeSsid()
1175 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
H A DWifiNetworkSuggestion.java1496 return WifiInfo.removeDoubleQuotes(wifiConfiguration.preSharedKey); in getPassphrase()
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java935 return removeDoubleQuotes(wifiInfo.getSSID()); in getNetworkName()
941 return removeDoubleQuotes(nc.getSsid()); in getNetworkName()
944 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in CaptivePortalLoginActivity
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
H A DAddAppNetworksFragment.java397 displayedName = removeDoubleQuotes(specifiedConfig.SSID); in filterSavedNetworks()
441 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AddAppNetworksFragment
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClient.java1621 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient
1669 || !removeDoubleQuotes(mConfiguration.mDisplayName).equals(ssid)) { in detectUpstreamHotspotFromVendorIe()
1871 final String ssid = removeDoubleQuotes(mConfiguration.mDisplayName); in handleUpdateL2Information()
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt1690 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;