Searched refs:createScanDetailForNetwork (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResultMatchInfoTest.java | 42 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration() 47 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration() 60 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testDifferentBssidScanResultsMatch() 61 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testDifferentBssidScanResultsMatch() 79 ScanDetail scanOpen1 = createScanDetailForNetwork(open1, "AA:AA:AA:AA:AA:AA"); in testDifferentNetworkScanResultsDontMatch() 80 ScanDetail scanOpen2 = createScanDetailForNetwork(open2, "BB:BB:BB:BB:BB:BB"); in testDifferentNetworkScanResultsDontMatch() 81 ScanDetail scanPsk = createScanDetailForNetwork(psk, "CC:CC:CC:CC:CC:CC"); in testDifferentNetworkScanResultsDontMatch() 129 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration, in testEqualityRulesForPsk() 163 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration, in testEqualityRulesForSae() 214 private ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in ScanResultMatchInfoTest [all …]
|
D | WifiNetworkSuggestionsManagerTest.java | 464 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp() 492 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch() 535 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion1.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch() 553 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch() 583 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch() 630 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage() 669 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch() 739 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnAppNotApproved() 753 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnSuggestionRemoval() 791 ScanDetail scanDetail = createScanDetailForNetwork( in testGetNetworkSuggestionsForScanDetailFailureOnWrongNetwork() [all …]
|
D | WifiConfigManagerTest.java | 1523 ScanDetail openNetworkScanDetail = createScanDetailForNetwork(openNetwork); in testNoMatchScanDetailToNetwork() 1524 ScanDetail wepNetworkScanDetail = createScanDetailForNetwork(wepNetwork); in testNoMatchScanDetailToNetwork() 1525 ScanDetail pskNetworkScanDetail = createScanDetailForNetwork(pskNetwork); in testNoMatchScanDetailToNetwork() 1526 ScanDetail eapNetworkScanDetail = createScanDetailForNetwork(eapNetwork); in testNoMatchScanDetailToNetwork() 1527 ScanDetail saeNetworkScanDetail = createScanDetailForNetwork(saeNetwork); in testNoMatchScanDetailToNetwork() 1528 ScanDetail oweNetworkScanDetail = createScanDetailForNetwork(oweNetwork); in testNoMatchScanDetailToNetwork() 1529 ScanDetail eapSuiteBNetworkScanDetail = createScanDetailForNetwork(eapSuiteBNetwork); in testNoMatchScanDetailToNetwork() 1584 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailForNetwork() 1617 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork() 1631 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork() [all …]
|
D | ConfigurationMapTest.java | 186 return WifiConfigurationTestUtil.createScanDetailForNetwork(config, "", 0, 0, 0, 0) in createScanResultForNetwork()
|
D | WifiConfigurationTestUtil.java | 520 public static ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in WifiConfigurationTestUtil
|