Searched refs:removeFirstAndLastDoubleQuotes (Results 1 – 1 of 1) sorted by relevance
61 String ssid = removeFirstAndLastDoubleQuotes(wifiConfiguration.SSID); in setConfiguratorIntentExtra()66 String preSharedKey = removeFirstAndLastDoubleQuotes(getPresharedKey(wifiManager, in setConfiguratorIntentExtra()95 private static String removeFirstAndLastDoubleQuotes(String str) { in removeFirstAndLastDoubleQuotes() method in WifiDppIntentHelper