Searched refs:removeDoubleQuotes (Results 1 – 9 of 9) sorted by relevance
199 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
1359 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()
410 String phase2Method = removeDoubleQuotes(loader.loadValue(PHASE2_KEY)); in loadFromSupplicant()1036 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig1079 value = removeDoubleQuotes(value); in getFieldValue()
669 return removeDoubleQuotes(string); in sanitizeSsid()675 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
395 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 AccessPoint1989 if (TextUtils.equals(ssid, removeDoubleQuotes(wifiInfo.getSSID()))) { in isSameSsidOrBssid()
219 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
5425 if (result.SSID.equals(WifiInfo.removeDoubleQuotes(config.SSID)) in enter()
10917 HSPLandroid/net/wifi/WifiInfo;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
47243 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;