Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java100 ScanDetail scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
105 scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
110 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
118 scan = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testScanResultMatchesWifiConfiguration()
123 scan = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testScanResultMatchesWifiConfiguration()
136 ScanDetail scan1 = createScanDetailForNetwork(conf, "AA:AA:AA:AA:AA:AA"); in testDifferentBssidScanResultsMatch()
137 ScanDetail scan2 = createScanDetailForNetwork(conf, "BB:BB:BB:BB:BB:BB"); in testDifferentBssidScanResultsMatch()
155 ScanDetail scanOpen1 = createScanDetailForNetwork(open1, "AA:AA:AA:AA:AA:AA"); in testDifferentNetworkScanResultsDontMatch()
156 ScanDetail scanOpen2 = createScanDetailForNetwork(open2, "BB:BB:BB:BB:BB:BB"); in testDifferentNetworkScanResultsDontMatch()
157 ScanDetail scanPsk = createScanDetailForNetwork(psk, "CC:CC:CC:CC:CC:CC"); in testDifferentNetworkScanResultsDontMatch()
[all …]
DScanDetailCacheTest.java59 ScanDetail scanDetail = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_1, in testPut()
68 ScanDetail s1 = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_1, in testGetMostRecentScanResult()
71 ScanDetail s2 = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_2, in testGetMostRecentScanResult()
75 ScanDetail s3 = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_3, in testGetMostRecentScanResult()
77 ScanDetail s4 = createScanDetailForNetwork(mWifiConfiguration, TEST_BSSID_4, in testGetMostRecentScanResult()
105 private ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in ScanDetailCacheTest
107 return WifiConfigurationTestUtil.createScanDetailForNetwork(configuration, bssid, level, in createScanDetailForNetwork()
DWifiNetworkSuggestionsManagerTest.java813 ScanDetail scanDetail = createScanDetailForNetwork(eapSimConfig); in testAddNetworkSuggestionsSuccessOnInPlaceModificationWhenNotInWcm()
1006 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForCarrierProvisioningApp()
1053 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()
1088 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForUpgradableConfig()
1128 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatchForLegacyConfig()
1169 ScanDetail scanDetail = createScanDetailForNetwork(networkSuggestion1.wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
1187 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()
1216 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
1260 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage()
1297 ScanDetail scanDetail = createScanDetailForNetwork(wifiConfiguration1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
[all …]
DWifiConfigManagerTest.java2237 ScanDetail openNetworkScanDetail = createScanDetailForNetwork(openNetwork); in testNoMatchScanDetailToNetwork()
2238 ScanDetail wepNetworkScanDetail = createScanDetailForNetwork(wepNetwork); in testNoMatchScanDetailToNetwork()
2239 ScanDetail pskNetworkScanDetail = createScanDetailForNetwork(pskNetwork); in testNoMatchScanDetailToNetwork()
2240 ScanDetail eapNetworkScanDetail = createScanDetailForNetwork(eapNetwork); in testNoMatchScanDetailToNetwork()
2241 ScanDetail saeNetworkScanDetail = createScanDetailForNetwork(saeNetwork); in testNoMatchScanDetailToNetwork()
2242 ScanDetail oweNetworkScanDetail = createScanDetailForNetwork(oweNetwork); in testNoMatchScanDetailToNetwork()
2243 ScanDetail eapSuiteBNetworkScanDetail = createScanDetailForNetwork(eapSuiteBNetwork); in testNoMatchScanDetailToNetwork()
2298 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailForNetwork()
2322 ScanDetail scanDetail = createScanDetailForNetwork(testNetwork); in testUpdateScanDetailCacheFromScanDetail()
2355 createScanDetailForNetwork( in testScanDetailCacheTrimForNetwork()
[all …]
DConfigurationMapTest.java238 return WifiConfigurationTestUtil.createScanDetailForNetwork(config, TEST_BSSID, 0, 0, 0, 0) in createScanResultForNetwork()
DWifiConfigurationTestUtil.java693 public static ScanDetail createScanDetailForNetwork( in createScanDetailForNetwork() method in WifiConfigurationTestUtil