Searched refs:removeFirstAndLastDoubleQuotes (Results 1 – 2 of 2) sorted by relevance
148 static String removeFirstAndLastDoubleQuotes(String str) { in removeFirstAndLastDoubleQuotes() method in WifiDppUtils302 final String ssid = removeFirstAndLastDoubleQuotes(softApConfiguration.getSsid()); in getHotspotConfiguratorIntentOrNull()316 final String preSharedKey = removeFirstAndLastDoubleQuotes( in getHotspotConfiguratorIntentOrNull()347 final String ssid = removeFirstAndLastDoubleQuotes(wifiConfiguration.SSID); in setConfiguratorIntentExtra()352 final String preSharedKey = removeFirstAndLastDoubleQuotes(getPresharedKey(wifiManager, in setConfiguratorIntentExtra()
146 String ssid = WifiDppUtils.removeFirstAndLastDoubleQuotes(wifiNetworkConfig.getSsid()); in onViewCreated()