Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java225 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()
226 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiCandidatesTest.java19 import static com.android.server.wifi.util.NativeUtil.removeEnclosingQuotes;
63 SSID = removeEnclosingQuotes(mConfig1.SSID); in setUp()
69 SSID = removeEnclosingQuotes(mConfig2.SSID); in setUp()
DSupplicantStaNetworkHalTest.java208 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java83 intent.putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
DWifiBackupRestore.java656 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
DSupplicantStaNetworkHal.java294 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
300 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java198 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallback.java277 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
DSupplicantP2pIfaceHal.java1099 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()
2031 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java1133 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()