Searched refs:removeEnclosingQuotes (Results 1 – 14 of 14) sorted by relevance
249 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()250 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
219 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
284 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
1130 return NativeUtil.removeEnclosingQuotes( in getSsid()2097 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
317 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
1277 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()2210 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
719 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
435 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()442 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
387 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()394 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
3840 NativeUtil.removeEnclosingQuotes(ssid), privEcKey); in generateSelfDppConfiguration()
233 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
315 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
1153 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()
1187 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()