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.java227 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()
228 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;
70 mScanResult1.SSID = removeEnclosingQuotes(mConfig1.SSID); in setUp()
76 mScanResult2.SSID = removeEnclosingQuotes(mConfig2.SSID); in setUp()
DSupplicantStaNetworkHalTest.java245 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWrongPasswordNotifier.java107 .putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
DWifiBackupRestore.java709 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
DSupplicantStaNetworkHal.java374 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
380 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java197 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.java1105 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()
2038 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java1153 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()