Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/dpp/
DWifiDppIntentHelper.java61 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