Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DWifiTile.java199 state.label = removeDoubleQuotes(cb.ssid); in handleUpdateState()
212 minimalContentDescription.append(removeDoubleQuotes(cb.ssid)); in handleUpdateState()
254 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiTile
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java1359 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1362 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(ROAMING_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1365 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
1577 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1584 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1594 .setSsid(AccessPoint.removeDoubleQuotes(TEST_SSID)) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1644 ScanResult saeScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1651 ScanResult pskScanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in testMatches3_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1665 ScanResult scanResult = createScanResult(AccessPoint.removeDoubleQuotes(TEST_SSID), in getPskSaeTransitionModeAp()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java410 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()
1036 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
1079 value = removeDoubleQuotes(value); in getFieldValue()
DWifiInfo.java669 return removeDoubleQuotes(string); in sanitizeSsid()
675 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java395 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID)); in loadConfig()
679 return getKey(removeDoubleQuotes(config.SSID), config.BSSID, getSecurity(config)); in getKey()
769 if (!ssid.equals(removeDoubleQuotes(config.SSID)) in matches()
1310 return TextUtils.equals(removeDoubleQuotes(info.getSSID()), ssid); in isInfoForThisAccessPoint()
1516 ssid = removeDoubleQuotes(mConfig.SSID); in update()
1788 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint
1989 if (TextUtils.equals(ssid, removeDoubleQuotes(wifiInfo.getSSID()))) { in isSameSsidOrBssid()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DNetworkPolicyEditor.java219 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java5425 if (result.SSID.equals(WifiInfo.removeDoubleQuotes(config.SSID)) in enter()
/frameworks/base/config/
Dboot-image-profile.txt10917 HSPLandroid/net/wifi/WifiInfo;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
Dhiddenapi-greylist-max-o.txt47243 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;