Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DNetworkNotificationManager.java183 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()
/frameworks/base/core/java/android/net/
DNetworkTemplate.java35 import static android.net.wifi.WifiInfo.removeDoubleQuotes;
403 removeDoubleQuotes(mNetworkId), removeDoubleQuotes(ident.mNetworkId)); in matchesWifi()
DNetworkPolicyManager.java369 return WifiInfo.removeDoubleQuotes(config.isPasspoint()
374 return WifiInfo.removeDoubleQuotes(ssid);
/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/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.java663 public static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiInfo
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPoint.java385 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
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DNetworkPolicyEditor.java219 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId); in buildUnquotedNetworkTemplate()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java1320 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()
/frameworks/base/config/
Dboot-image-profile.txt10917 HSPLandroid/net/wifi/WifiInfo;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;
Dhiddenapi-greylist-max-o.txt50644 Landroid/net/wifi/WifiEnterpriseConfig;->removeDoubleQuotes(Ljava/lang/String;)Ljava/lang/String;