Home
last modified time | relevance | path

Searched refs:removeBackSlash (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DAdbQrCode.java135 security = removeBackSlash(security); in parseZxingWifiQrCode()
136 ssid = removeBackSlash(ssid); in parseZxingWifiQrCode()
137 password = removeBackSlash(password); in parseZxingWifiQrCode()
172 String removeBackSlash(String input) { in removeBackSlash() method in AdbQrCode
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiUriParser.java135 security = removeBackSlash(security); in parseZxingWifiUriParser()
136 ssid = removeBackSlash(ssid); in parseZxingWifiUriParser()
137 password = removeBackSlash(password); in parseZxingWifiUriParser()
180 static String removeBackSlash(String input) { in removeBackSlash() method in WifiUriParser