Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DActiveNetworkProvider.java84 private static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ActiveNetworkProvider
DConnectivityListener.java523 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragment.java447 static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in AddAppNetworksFragment
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/
DConnectivityListener.java527 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in ConnectivityListener
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiEnterpriseConfig.java1597 private String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in WifiEnterpriseConfig
DWifiInfo.java1540 public static String removeDoubleQuotes(@Nullable String string) { in removeDoubleQuotes() method in WifiInfo
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java1541 private static String removeDoubleQuotes(String string) { in removeDoubleQuotes() method in CaptivePortalLoginActivity
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2401 static String removeDoubleQuotes(@NonNull String ssid) { in removeDoubleQuotes() method in IpClient