Home
last modified time | relevance | path

Searched refs:createScanDetailForNetwork (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java42 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
47 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
53 scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
59 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
72 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testDifferentBssidScanResultsMatch()
73 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testDifferentBssidScanResultsMatch()
91 ScanDetail scanOpen1 = createScanDetailForNetwork(open1, "AA:AA:AA:AA:AA:AA"); in testDifferentNetworkScanResultsDontMatch()
92 ScanDetail scanOpen2 = createScanDetailForNetwork(open2, "BB:BB:BB:BB:BB:BB"); in testDifferentNetworkScanResultsDontMatch()
93 ScanDetail scanPsk = createScanDetailForNetwork(psk, "CC:CC:CC:CC:CC:CC"); in testDifferentNetworkScanResultsDontMatch()
141 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration, in testEqualityRulesForPsk()
[all …]
DWifiNetworkSuggestionsManagerTest.java720 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
765 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()
806 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion1.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
824 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()
853 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
897 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage()
934 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
1000 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnAppNotApproved()
1013 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailFailureOnSuggestionRemoval()
1051 ScanDetail scanDetail = createScanDetailForNetwork( in testGetNetworkSuggestionsForScanDetailFailureOnWrongNetwork()
[all …]
DWifiConfigManagerTest.java1837 ScanDetail openNetworkScanDetail = createScanDetailForNetwork(openNetwork); in testNoMatchScanDetailToNetwork()
1838 ScanDetail wepNetworkScanDetail = createScanDetailForNetwork(wepNetwork); in testNoMatchScanDetailToNetwork()
1839 ScanDetail pskNetworkScanDetail = createScanDetailForNetwork(pskNetwork); in testNoMatchScanDetailToNetwork()
1840 ScanDetail eapNetworkScanDetail = createScanDetailForNetwork(eapNetwork); in testNoMatchScanDetailToNetwork()
1841 ScanDetail saeNetworkScanDetail = createScanDetailForNetwork(saeNetwork); in testNoMatchScanDetailToNetwork()
1842 ScanDetail oweNetworkScanDetail = createScanDetailForNetwork(oweNetwork); in testNoMatchScanDetailToNetwork()
1843 ScanDetail eapSuiteBNetworkScanDetail = createScanDetailForNetwork(eapSuiteBNetwork); in testNoMatchScanDetailToNetwork()
1898 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailForNetwork()
1922 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailCacheFromScanDetail()
1955 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork()
[all …]
DConfigurationMapTest.java191 return WifiConfigurationTestUtil.createScanDetailForNetwork(config, "", 0, 0, 0, 0) in createScanResultForNetwork()
DWifiConfigurationTestUtil.java576 public static ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in WifiConfigurationTestUtil