Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DNativeUtilTest.java227 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()
228 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiCandidatesTest.java22 import static com.android.server.wifi.util.NativeUtil.removeEnclosingQuotes;
94 mScanResult1.SSID = removeEnclosingQuotes(mConfig1.SSID); in setUp()
100 mScanResult2.SSID = removeEnclosingQuotes(mConfig2.SSID); in setUp()
H A DSupplicantStaNetworkHalTest.java292 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWrongPasswordNotifier.java90 .putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
H A DWifiBackupRestore.java709 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
H A DSupplicantStaNetworkHal.java379 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
385 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DNativeUtil.java197 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackImpl.java282 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
H A DSupplicantP2pIfaceHal.java1186 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()
2142 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java1157 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()