Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DNativeUtilTest.java249 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()
250 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java219 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlImpl.java284 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
DSupplicantP2pIfaceHalAidlImpl.java1130 return NativeUtil.removeEnclosingQuotes( in getSsid()
2097 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
DSupplicantP2pIfaceCallbackAidlImpl.java317 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
DSupplicantP2pIfaceHalHidlImpl.java1277 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()
2210 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiBackupRestore.java719 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
DSupplicantStaNetworkHalAidlImpl.java435 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
442 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
DSupplicantStaNetworkHalHidlImpl.java387 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
394 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
DSupplicantStaIfaceHalAidlImpl.java3840 NativeUtil.removeEnclosingQuotes(ssid), privEcKey); in generateSelfDppConfiguration()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalAidlImplTest.java233 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
DSupplicantStaNetworkHalHidlImplTest.java315 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImplTest.java1153 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()
DSupplicantP2pIfaceHalHidlImplTest.java1187 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()