Searched refs:removeDoubleQuotes (Results 1 – 11 of 11) sorted by relevance
183 WifiInfo.removeDoubleQuotes(nai.networkCapabilities.getSSID())); in showNotification()188 WifiInfo.removeDoubleQuotes(nai.networkCapabilities.getSSID())); in showNotification()193 WifiInfo.removeDoubleQuotes(nai.networkCapabilities.getSSID())); in showNotification()200 WifiInfo.removeDoubleQuotes(nai.networkCapabilities.getSSID())); in showNotification()227 title = WifiInfo.removeDoubleQuotes(nai.networkCapabilities.getSSID()); in showNotification()
35 import static android.net.wifi.WifiInfo.removeDoubleQuotes;403 removeDoubleQuotes(mNetworkId), removeDoubleQuotes(ident.mNetworkId)); in matchesWifi()
369 return WifiInfo.removeDoubleQuotes(config.isPasspoint()374 return WifiInfo.removeDoubleQuotes(ssid);
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
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()
663 public static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiInfo
385 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID)); in loadConfig()662 return getKey(removeDoubleQuotes(config.SSID), config.BSSID, getSecurity(config)); in getKey()717 if (!ssid.equals(removeDoubleQuotes(config.SSID)) in matches()1202 return TextUtils.equals(removeDoubleQuotes(info.getSSID()), ssid); in isInfoForThisAccessPoint()1439 ssid = removeDoubleQuotes(mConfig.SSID); in update()1697 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint
219 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
1320 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()1323 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(ROAMING_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()1326 assertThat(AccessPoint.removeDoubleQuotes(spyConfig.SSID)).isEqualTo(TEST_SSID); in testSetScanResultsPasspoint_differentiatesHomeAndRoaming()
10917 HSPLandroid/net/wifi/WifiInfo;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
50644 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;