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()
22 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()
292 NativeUtil.removeEnclosingQuotes(config.preSharedKey)); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
90 .putExtra("wifi_start_connect_ssid", NativeUtil.removeEnclosingQuotes(ssid)); in showNotification()
709 NativeUtil.removeEnclosingQuotes(idString)); in createWifiConfiguration()
379 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()385 NativeUtil.removeEnclosingQuotes(config.preSharedKey))) { in saveWifiConfiguration()
197 public static String removeEnclosingQuotes(String quotedStr) { in removeEnclosingQuotes() method in NativeUtil
282 group.setNetworkName(NativeUtil.removeEnclosingQuotes(quotedSsid)); in onGroupStarted()
1186 ssidString = NativeUtil.removeEnclosingQuotes( in getSsid()2142 group.setNetworkName(NativeUtil.removeEnclosingQuotes( in loadGroups()
1157 assertEquals(NativeUtil.removeEnclosingQuotes(mSsid), mDut.getSsid(mPeerMacAddress)); in testGetSsid_success()