Searched refs:removeEnclosingQuotes (Results 1 – 10 of 10) sorted by relevance
227 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("\"abcdefgh\"")); in testRemoveEnclosingQuotes()228 assertEquals("abcdefgh", NativeUtil.removeEnclosingQuotes("abcdefgh")); in testRemoveEnclosingQuotes()
19 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()
245 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
107 .putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
709 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
374 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()380 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
197 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
277 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
1105 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()2038 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
1153 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()