Home
last modified time | relevance | path

Searched refs:createQuotedSSID (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DScanResultUtilTest.java104 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
110 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
116 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
123 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
130 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
137 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
144 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
153 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
161 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
168 assertEquals(config.SSID, ScanResultUtil.createQuotedSSID(ssid)); in testNetworkCreationFromScanResult()
[all …]
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWakeupControllerTest.java390 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResults()
425 String quotedSsid = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithNetworkSuggestions()
466 String quotedSsid1 = ScanResultUtil.createQuotedSSID(ssid1); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
467 String quotedSsid2 = ScanResultUtil.createQuotedSSID(ssid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
509 String quotedSsid1 = ScanResultUtil.createQuotedSSID(ssid1); in getGoodSavedNetworksAndSuggestionsIgnoreInvalidatedCaptivePortal()
530 String quotedSsid1 = ScanResultUtil.createQuotedSSID(ssid1); in getGoodSavedNetworksAndSuggestionsIncludeValidatedCaptivePortal()
555 .createOpenNetwork(ScanResultUtil.createQuotedSSID(ssidDfs)); in startFiltersOutDfsScanResults()
558 .createOpenNetwork(ScanResultUtil.createQuotedSSID(ssid24)); in startFiltersOutDfsScanResults()
588 .createOpenNetwork(ScanResultUtil.createQuotedSSID(SAVED_SSID)); in onResultsUpdatesWakeupLockForSavedNetworks()
616 .createOpenNetwork(ScanResultUtil.createQuotedSSID(SAVED_SSID)); in onResultsUpdatesWakeupLockForNetworkSuggestions()
H A DWakeupEvaluatorTest.java88 ScanResultUtil.createQuotedSSID(SAVED_SSID_1)))); in getSavedNetworks()
91 ScanResultUtil.createQuotedSSID(SAVED_SSID_2)))); in getSavedNetworks()
H A DNetworkListStoreDataTest.java837 ScanResultUtil.createQuotedSSID(testSSID + (1 - i))); in testWifiConfigSaveToStoreOrder()
H A DWifiNetworkSelectorTestUtil.java313 ScanResultUtil.createQuotedSSID(scanDetail.getSSID()))) { in prepareConfigStore()
H A DWifiNetworkFactoryTest.java2824 ScanResultUtil.createQuotedSSID(mTestScanDatas[0].getResults()[0].SSID))) in testNetworkSpecifierMatchSuccessUsingLiteralSsidAndBssidMatchApprovedNForgot()
H A DWifiConnectivityManagerTest.java3072 updateNetworks.add(ScanResultUtil.createQuotedSSID(scanResult.SSID)); in verifyUserDisabledListUpdated()
H A DClientModeImplTest.java5069 config.SSID = ScanResultUtil.createQuotedSSID(sFilsSsid); in setupFilsTest()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DScanRequestProxy.java597 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isWpa2PersonalOnlyNetworkInRange()
605 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isWpa3PersonalOnlyNetworkInRange()
613 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isOpenOnlyNetworkInRange()
621 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isOweOnlyNetworkInRange()
629 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isWpa2EnterpriseOnlyNetworkInRange()
638 ssid.equals(ScanResultUtil.createQuotedSSID(r.SSID)) in isWpa3EnterpriseOnlyNetworkInRange()
H A DScanResultMatchInfo.java67 info.networkSsid = ScanResultUtil.createQuotedSSID(scanResult.SSID); in fromScanResult()
H A DScoredNetworkNominator.java164 ScanResultUtil.createQuotedSSID(scanResult.SSID))) { in nominateNetworks()
H A DWifiNetworkFactory.java1711 ScanResultUtil.createQuotedSSID(ssid))) { in triggerConnectIfUserApprovedMatchFound()
H A DWifiConnectivityManager.java615 results.add(ScanResultUtil.createQuotedSSID(scanDetail.getScanResult().SSID)); in updateUserDisabledList()
H A DClientModeImpl.java6176 ScanResultUtil.createQuotedSSID(scanResult.SSID)))
6222 if (!config.SSID.equals(ScanResultUtil.createQuotedSSID(scanResult.SSID))) {
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
H A DPasspointNetworkNominateHelperTest.java234 assertEquals(ScanResultUtil.createQuotedSSID(TEST_SSID1), addedConfig.getValue().SSID); in evaluateScansWithNetworkMatchingHomeProvider()
281 assertEquals(ScanResultUtil.createQuotedSSID(TEST_SSID1), addedConfig.getValue().SSID); in evaluateScansWithNoInternetBit()
322 assertEquals(ScanResultUtil.createQuotedSSID(TEST_SSID1), addedConfig.getValue().SSID); in evaluateScansWithNetworkMatchingRoamingProvider()
418 currentNetwork.SSID = ScanResultUtil.createQuotedSSID(TEST_SSID1); in evaluateScansMatchingActiveNetworkWithDifferentBSS()
563 assertEquals(ScanResultUtil.createQuotedSSID(TEST_SSID2), candidates.get(0).second.SSID); in evaluateScansWithNetworkMatchingBothHomeAndRoamingForSameProvider()
598 && c.second.SSID.equals(ScanResultUtil.createQuotedSSID(TEST_SSID1)))); in evaluateScansWithNetworkMatchingBothHomeAndRoamingForDifferentProvider()
600 && c.second.SSID.equals(ScanResultUtil.createQuotedSSID(TEST_SSID2)))); in evaluateScansWithNetworkMatchingBothHomeAndRoamingForDifferentProvider()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DScanResultUtil.java288 public static String createQuotedSSID(String ssid) { in createQuotedSSID() method in ScanResultUtil
298 config.SSID = createQuotedSSID(scanResult.SSID); in createNetworkFromScanResult()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointNetworkNominateHelper.java191 config.SSID = ScanResultUtil.createQuotedSSID(candidate.mScanDetail.getSSID()); in createWifiConfigForProvider()