Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiQrCode.java131 security = removeBackSlash(security); in parseZxingWifiQrCode()
132 ssid = removeBackSlash(ssid); in parseZxingWifiQrCode()
133 password = removeBackSlash(password); in parseZxingWifiQrCode()
172 String removeBackSlash(String input) { in removeBackSlash() method in WifiQrCode