Searched refs:removeEnclosingQuotes (Results 1 – 10 of 10) sorted by relevance
225 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()226 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
19 import static com.android.server.wifi.util.NativeUtil.removeEnclosingQuotes;63 SSID = removeEnclosingQuotes(mConfig1.SSID); in setUp()69 SSID = removeEnclosingQuotes(mConfig2.SSID); in setUp()
208 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
83 intent.putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
656 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
294 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()300 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
198 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
277 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
1099 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()2031 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
1133 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()