/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/ |
H A D | AccessPointTest.java | 1316 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 D | WifiTile.java | 219 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 D | InternetTile.java | 154 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 D | ConnectivityListener.java | 472 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 D | AccessPoint.java | 424 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 D | WifiEnterpriseConfig.java | 535 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 D | WifiInfo.java | 1169 return removeDoubleQuotes(string); in sanitizeSsid() 1175 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
|
H A D | WifiNetworkSuggestion.java | 1496 return WifiInfo.removeDoubleQuotes(wifiConfiguration.preSharedKey); in getPassphrase()
|
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
H A D | CaptivePortalLoginActivity.java | 935 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 D | AddAppNetworksFragment.java | 397 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 D | IpClient.java | 1621 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 D | hiddenapi-max-target-o-low-priority.txt | 1690 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
|