Searched refs:removeBackSlash (Results 1 – 2 of 2) sorted by relevance
135 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
135 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