Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
H A DAddAppNetworksFragment.java441 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AddAppNetworksFragment
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectivityListener.java475 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java275 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiTile
H A DInternetTile.java154 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in InternetTile
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiEnterpriseConfig.java1235 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
H A DWifiInfo.java1175 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java944 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in CaptivePortalLoginActivity
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java1837 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AccessPoint
/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClient.java1621 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient