Searched refs:removeFirstAndLastDoubleQuotes (Results 1 – 2 of 2) sorted by relevance
164 static String removeFirstAndLastDoubleQuotes(String str) { in removeFirstAndLastDoubleQuotes() method in WifiDppUtils318 final String ssid = removeFirstAndLastDoubleQuotes(softApConfiguration.getSsid()); in getHotspotConfiguratorIntentOrNull()332 final String preSharedKey = removeFirstAndLastDoubleQuotes( in getHotspotConfiguratorIntentOrNull()363 final String ssid = removeFirstAndLastDoubleQuotes(wifiConfiguration.SSID); in setConfiguratorIntentExtra()368 final String preSharedKey = removeFirstAndLastDoubleQuotes(getPresharedKey(wifiManager, in setConfiguratorIntentExtra()
147 String ssid = WifiDppUtils.removeFirstAndLastDoubleQuotes(wifiNetworkConfig.getSsid()); in onViewCreated()