Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/wifi/dpp/
H A DWifiDppUtils.java148 static String removeFirstAndLastDoubleQuotes(String str) { in removeFirstAndLastDoubleQuotes() method in WifiDppUtils
302 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()
H A DWifiDppQrCodeGeneratorFragment.java146 String ssid = WifiDppUtils.removeFirstAndLastDoubleQuotes(wifiNetworkConfig.getSsid()); in onViewCreated()