Home
last modified time | relevance | path

Searched refs:WifiConfigurationTestUtil (Results 1 – 25 of 35) sorted by relevance

12

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiBackupRestoreTest.java334 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSingleOpenNetworkBackupRestore()
350 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSingleOpenHiddenNetworkBackupRestore()
365 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSinglePskNetworkBackupRestore()
380 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSinglePskHiddenNetworkBackupRestore()
395 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSingleWepNetworkBackupRestore()
411 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testConfigurationWithUnsupportedTagsRestore()
460 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testConfigurationWithUnsupportedValuesInBitsetsRestore()
513 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSingleWepNetworkWithSingleKeyBackupRestore()
549 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSinglePskNetworkWithStaticIpAndStaticProxyBackupRestore()
568 WifiConfigurationTestUtil.assertConfigurationsEqualForBackup( in testSinglePskNetworkWithStaticIpAndPACProxyBackupRestore()
[all …]
H A DScanResultMatchInfoTest.java112 conf = WifiConfigurationTestUtil.createWapiPskNetwork(); in testScanResultMatchesWifiConfiguration()
117 conf = WifiConfigurationTestUtil.createWapiPskNetwork(); in testScanResultMatchesWifiConfiguration()
199 WifiConfigurationTestUtil.createPskNetwork("\"Psk Tsk\""); in testEqualityRulesForPsk()
233 WifiConfigurationTestUtil.createSaeNetwork(); in testEqualityRulesForSae()
346 WifiConfigurationTestUtil.createSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgrade()
359 WifiConfigurationTestUtil.createSaeNetwork("\"Upgrade\""), in testEqualityRulesForPskToSaeUpgradeWithOverlayDisable()
393 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade()
406 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable()
472 WifiConfigurationTestUtil.createPskSaeNetwork(TEST_SSID); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
476 WifiConfigurationTestUtil.createSaeNetwork(TEST_SSID); in testMatchBehaviorWithWpa3AutoUpgradeFlagStates()
[all …]
H A DWifiConfigurationUtilTest.java199 WifiConfigurationTestUtil.createOpenNetwork(), in testValidatePositiveCases_AsciiSsidString()
202 WifiConfigurationTestUtil.createPskNetwork(), in testValidatePositiveCases_AsciiSsidString()
205 WifiConfigurationTestUtil.createWepNetwork(), in testValidatePositiveCases_AsciiSsidString()
208 WifiConfigurationTestUtil.createEapNetwork(), in testValidatePositiveCases_AsciiSsidString()
211 WifiConfigurationTestUtil.createOweNetwork(), in testValidatePositiveCases_AsciiSsidString()
214 WifiConfigurationTestUtil.createSaeNetwork(), in testValidatePositiveCases_AsciiSsidString()
637 WifiConfigurationTestUtil.createOpenNetwork()); in testValidateNetworkSpecifierPositiveCases_SsidPattern()
651 WifiConfigurationTestUtil.createOpenNetwork()); in testValidateNetworkSpecifierPositiveCases_BssidPattern()
665 WifiConfigurationTestUtil.createOpenNetwork()); in testValidateNetworkSpecifierPositiveCases_BothSsidPatternAndBssidPattern()
680 WifiConfigurationTestUtil.createOpenNetwork()); in testValidateNetworkSpecifierPositiveCases_SsidPatternAndBssidPatternAndBand()
[all …]
H A DWifiConfigManagerTest.java1851 WifiConfigurationTestUtil.createWepNetwork()); in testMatchScanDetailToNetworksAndCache()
1853 WifiConfigurationTestUtil.createPskNetwork()); in testMatchScanDetailToNetworksAndCache()
1855 WifiConfigurationTestUtil.createEapNetwork()); in testMatchScanDetailToNetworksAndCache()
1857 WifiConfigurationTestUtil.createSaeNetwork()); in testMatchScanDetailToNetworksAndCache()
1859 WifiConfigurationTestUtil.createOweNetwork()); in testMatchScanDetailToNetworksAndCache()
2162 WifiConfigurationTestUtil.createPskNetwork(); in testUpdateIgnoresMaskedPasswords()
2166 WifiConfigurationTestUtil.TEST_EAP_PASSWORD); in testUpdateIgnoresMaskedPasswords()
2591 WifiConfigurationTestUtil.TEST_EAP_PASSWORD); in testGetConfiguredNetworksMasksPasswords()
6647 WifiConfigurationTestUtil.createPskNetwork(), in testPskSaeTransitionDisableIndication()
6657 WifiConfigurationTestUtil.createEapNetwork(), in testWpa2Wpa3EnterpriseValidationTransitionDisableIndication()
[all …]
H A DConfigurationMapTest.java58 WifiConfigurationTestUtil.generateWifiConfig(
60 WifiConfigurationTestUtil.SECURITY_NONE),
61 WifiConfigurationTestUtil.generateWifiConfig(
63 WifiConfigurationTestUtil.SECURITY_NONE),
64 WifiConfigurationTestUtil.generateWifiConfig(
66 WifiConfigurationTestUtil.SECURITY_NONE),
67 WifiConfigurationTestUtil.generateWifiConfig(
69 WifiConfigurationTestUtil.SECURITY_NONE),
70 WifiConfigurationTestUtil.generateWifiConfig(
72 WifiConfigurationTestUtil.SECURITY_NONE),
[all …]
H A DNetworkListStoreDataTest.java21 import static com.android.server.wifi.WifiConfigurationTestUtil.TEST_EAP_PASSWORD;
22 import static com.android.server.wifi.WifiConfigurationTestUtil.TEST_IDENTITY;
443 WifiConfigurationTestUtil.createDHCPIpConfigurationWithNoProxy()); in getTestNetworksConfig()
450 WifiConfigurationTestUtil.createDHCPIpConfigurationWithNoProxy()); in getTestNetworksConfig()
452 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in getTestNetworksConfig()
456 WifiConfigurationTestUtil.createDHCPIpConfigurationWithNoProxy()); in getTestNetworksConfig()
562 WifiConfigurationTestUtil.assertConfigurationsEqualForConfigStore( in deserializeSharedConfigurations()
662 WifiConfiguration eapNetwork = WifiConfigurationTestUtil.createEapNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
663 WifiConfiguration saeNetwork = WifiConfigurationTestUtil.createSaeNetwork(); in parseNetworkListWithOneNetworkIllegalArgException()
791 WifiConfigurationTestUtil.createDHCPIpConfigurationWithNoProxy()); in fixSaeNetworkWithLegacySecurity()
[all …]
H A DWifiNetworkSuggestionsManagerTest.java1381 WifiConfigurationTestUtil.createPskNetwork()); in testGetNetworkSuggestionsForScanDetailFailureOnWrongNetwork()
1627 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in testOnNetworkConnectionSuccessWithMultipleMatch()
3336 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in testAddSuggestionWithValidCarrierIdWithCarrierProvisionPermission()
3355 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in testAddSuggestionWithValidCarrierIdWithoutCarrierProvisionPermission()
3596 WifiConfigurationTestUtil.assertConfigurationEqual( in testGetWifiConfigForMatchedNetworkSuggestionsSharedWithUser()
3649 WifiConfigurationTestUtil.assertConfigurationEqual( in testGetWifiConfigForMatchedCarrierNetworkSuggestionsSharedWithUser()
3956 WifiConfigurationTestUtil.createOpenNetwork(), in getMatchingScanResultsTestWithPasspointAndNonPasspointMatch()
4008 WifiConfigurationTestUtil.createOpenNetwork(), in getMatchingScanResultsTestWithMatchNothing()
4045 WifiConfigurationTestUtil.createOpenNetwork(), in getMatchingScanResultsTestWithInvalidWifiConfiguration()
4618 WifiConfiguration config = WifiConfigurationTestUtil.createPskNetwork(); in testAddCarrierMergedNetwork()
[all …]
H A DSupplicantStaNetworkHalTest.java202 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
225 WifiConfiguration config = WifiConfigurationTestUtil.createSaeNetwork(); in testSaePasswordNetworkWifiConfigurationSaveLoad()
243 WifiConfiguration config = WifiConfigurationTestUtil.createPskNetwork(); in testPskPassphraseNetworkWifiConfigurationSaveLoad()
268 WifiConfiguration config = WifiConfigurationTestUtil.createPskNetwork(); in testPskNetworkWifiConfigurationSaveLoad()
285 WifiConfiguration config = WifiConfigurationTestUtil.createPskNetwork(); in testPskNetworkWifiConfigurationSaveRemovesPskQuotes()
311 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapPeapGtcNetworkWifiConfigurationSaveLoad()
322 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneNetworkWifiConfigurationSaveLoad()
333 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWifiConfigurationSaveLoad()
349 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsNoneClientCertNetworkWithOcspWifiConfigurationSaveLoad()
362 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapTlsAkaNetworkWifiConfigurationSaveLoad()
[all …]
H A DNetworkRequestStoreDataTest.java118 WifiConfigurationTestUtil.createPskNetwork().SSID, in serializeDeserializeSingleNetworkRequestFromSingleApp()
136 WifiConfigurationTestUtil.createPskNetwork().SSID, in serializeDeserializeSingleNetworkRequestFromMultipleApps()
144 WifiConfigurationTestUtil.createPskNetwork().SSID, in serializeDeserializeSingleNetworkRequestFromMultipleApps()
162 WifiConfigurationTestUtil.createPskNetwork().SSID, in serializeDeserializeMultipleNetworkRequestFromMultipleApps()
165 WifiConfigurationTestUtil.createOpenNetwork().SSID, in serializeDeserializeMultipleNetworkRequestFromMultipleApps()
174 WifiConfigurationTestUtil.createSaeNetwork().SSID, in serializeDeserializeMultipleNetworkRequestFromMultipleApps()
177 WifiConfigurationTestUtil.createOpenNetwork().SSID, in serializeDeserializeMultipleNetworkRequestFromMultipleApps()
H A DWifiKeyStoreTest.java19 import static com.android.server.wifi.WifiConfigurationTestUtil.TEST_UID;
166 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testAddKeysForAppInstalledCerts()
189 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in testAddRemoveFromBothSavedAndSuggestionNetwork()
226 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapNetwork(); in test_remove_empty_alias_enterprise_config()
256 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBRsa3072()
284 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigureSuiteBEcdsa()
312 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB()
338 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteBNon3072Rsa()
365 WifiConfiguration savedNetwork = WifiConfigurationTestUtil.createEapSuiteBNetwork( in testConfigurationFailureSuiteB2048Rsa()
618 final WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testUpdateKeysKeyChainAliasNotGranted()
[all …]
H A DNetworkSuggestionStoreDataTest.java298 WifiConfiguration configuration = WifiConfigurationTestUtil.createEapNetwork(); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
300 WifiConfigurationTestUtil.createPEAPWifiEnterpriseConfigWithGTCPhase2(); in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
320 WifiConfigurationTestUtil.assertConfigurationEqual( in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
322 WifiConfigurationTestUtil.assertWifiEnterpriseConfigEqualForConfigStore( in serializeDeserializeSingleNetworkSuggestionFromSingleApp()
338 WifiConfigurationTestUtil.createOpenNetwork(), null, false, false, true, true, in serializeDeserializeSingleNetworkSuggestionFromMultipleApps()
348 WifiConfigurationTestUtil.createOpenNetwork(), null, true, false, true, true, in serializeDeserializeSingleNetworkSuggestionFromMultipleApps()
368 WifiConfigurationTestUtil.createOpenNetwork(), null, false, true, true, true, in serializeDeserializeMultipleNetworkSuggestionFromMultipleApps()
371 WifiConfigurationTestUtil.createOpenNetwork(), null, true, false, true, true, in serializeDeserializeMultipleNetworkSuggestionFromMultipleApps()
384 WifiConfigurationTestUtil.createOpenNetwork(), null, true, false, true, true, in serializeDeserializeMultipleNetworkSuggestionFromMultipleApps()
387 WifiConfigurationTestUtil.createOpenNetwork(), null, false, true, true, true, in serializeDeserializeMultipleNetworkSuggestionFromMultipleApps()
H A DWifiCarrierInfoManagerTest.java749 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimAuthResponseInvalidRequest()
760 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimAuthResponseFailedSimResponse()
778 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimAuthResponseUsim()
788 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimAuthResponseInvalidRequest()
800 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimAuthResponseFailedSimResponse()
819 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimAuthResponse()
829 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimNoLengthAuthResponseInvalidRequest()
841 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimNoLengthAuthResponseFailedSimResponse()
860 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in getGsmSimpleSimNoLengthAuthResponse()
904 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork( in get3GAuthResponseInvalidRequest()
[all …]
H A DWakeupControllerTest.java135 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in setUp()
393 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(quotedSsid); in startInitializesWakeupLockWithSavedScanResults()
395 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithSavedScanResults()
428 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(quotedSsid); in startInitializesWakeupLockWithNetworkSuggestions()
432 WifiConfiguration wepNetwork = WifiConfigurationTestUtil.createWepNetwork(); in startInitializesWakeupLockWithNetworkSuggestions()
470 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(quotedSsid1); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
475 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(quotedSsid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
554 WifiConfiguration openNetworkDfs = WifiConfigurationTestUtil in startFiltersOutDfsScanResults()
557 WifiConfiguration openNetwork24 = WifiConfigurationTestUtil in startFiltersOutDfsScanResults()
587 WifiConfiguration openNetwork = WifiConfigurationTestUtil in onResultsUpdatesWakeupLockForSavedNetworks()
[all …]
H A DWifiNetworkSelectorTest.java22 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_EAP;
23 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_NONE;
24 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_OWE;
25 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_PSK;
26 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_SAE;
495 WifiConfigurationTestUtil.assertConfigurationEqual(savedConfigs[0], candidate); in verifyNoMinimumTimeGapWhenDisconnected()
508 WifiConfigurationTestUtil.assertConfigurationEqual(savedConfigs[0], candidate); in verifyNoMinimumTimeGapWhenDisconnected()
890 WifiConfigurationTestUtil.assertConfigurationEqual(userChoice, candidate); in userConnectChoiceOverridesNetworkNominators()
936 WifiConfigurationTestUtil.assertConfigurationEqual(userChoice, candidate); in testUserConnectChoiceDoesNotOverrideWhenRssiLow()
990 WifiConfigurationTestUtil.assertConfigurationEqual(userChoice, candidate); in userConnectChoiceDoesNotOverrideWhenUnexpectedNoInternet()
[all …]
H A DNonCarrierMergedNetworksStatusTrackerTest.java50 mTestNonCarrierMergedNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in setUp()
102 WifiConfiguration testConfig = WifiConfigurationTestUtil.createOpenNetwork(); in testCarrierMergedNetworkWithMatchingSubscriptionIdIsEnabled()
125 WifiConfiguration testConfig = WifiConfigurationTestUtil.createOpenNetwork(); in testClearWillUndoDisableAllNonCarrierMergedNetworks()
H A DConnectionFailureNotifierTest.java114 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionFailureSendRandomizationSettingsNotification()
152 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in testWifiConfigurationMismatch()
165 .thenReturn(WifiConfigurationTestUtil.createOpenNetwork()); in testWifiConfigurationMismatch()
H A DScanDetailCacheTest.java53 mWifiConfiguration = WifiConfigurationTestUtil.createOpenNetwork(); in setup()
107 return WifiConfigurationTestUtil.createScanDetailForNetwork(configuration, bssid, level, in createScanDetailForNetwork()
H A DWifiNetworkFactoryTest.java838 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testPeriodicScanCancelOnUserSelectNetwork()
1274 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkSpecifierHandleUserSelectionConnectToNetwork()
1332 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkSpecifierHandleUserSelectionConnectToNetworkExceedApprovedListCapacity()
1342 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkSpecifierHandleUserSelectionConnectToNetworkExceedApprovedListCapacity()
1370 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testNetworkSpecifierHandleUserSelectionConnectToExistingSavedNetwork()
2319 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testHandleNewNetworkRequestWithSpecifierWhenAwaitingCmRetrieval()
3304 mSelectedNetwork = WifiConfigurationTestUtil.createPskNetwork(); in sendNetworkRequestAndSetupForConnectionStatus()
3449 wifiConfiguration = WifiConfigurationTestUtil.createPskNetwork(); in attachDefaultWifiNetworkSpecifierAndAppInfo()
3485 WifiConfigurationTestUtil.createOpenNetwork()); in getScanResultCapsForType()
3488 WifiConfigurationTestUtil.createPskNetwork()); in getScanResultCapsForType()
[all …]
H A DWifiNetworkSelectorTestUtil.java19 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_PSK;
20 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_SAE;
21 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_WAPI_PSK;
22 import static com.android.server.wifi.WifiConfigurationTestUtil.generateWifiConfig;
150 savedConfigs[i] = WifiConfigurationTestUtil.createEapNetwork( in setupScanDetailsAndConfigForEapSimNetwork()
H A DWifiConnectivityManagerTest.java26 import static com.android.server.wifi.WifiConfigurationTestUtil.generateWifiConfig;
412 WifiConfigurationTestUtil.SECURITY_NONE); in mockWifiNetworkSelector()
462 WifiConfiguration config = WifiConfigurationTestUtil.createOpenNetwork(); in mockWifiConfigManager()
3164 WifiConfigurationTestUtil.SECURITY_NONE); in clearBssidBlocklistWhenPreparingForForcedConnection()
3244 WifiConfigurationTestUtil.SECURITY_NONE); in useConfigSpecifiedBssidToConnectWhenFirmwareRoamingOn()
3301 WifiConfigurationTestUtil.SECURITY_NONE); in useConfigSpecifiedBssidToConnectionWhenFirmwareRoamingOff()
3380 WifiConfigurationTestUtil.SECURITY_NONE); in dropConnectAttemptIfConfigSpecifiedBssidDifferentFromScanResultBssid()
3415 WifiConfigurationTestUtil.SECURITY_NONE); in dropRoamingAttemptIfConfigSpecifiedBssidDifferentFromScanResultBssid()
3421 WifiConfigurationTestUtil.SECURITY_NONE); in dropRoamingAttemptIfConfigSpecifiedBssidDifferentFromScanResultBssid()
3973 WifiConfiguration network1 = WifiConfigurationTestUtil.createEapNetwork(); in testRetrievePnoList()
[all …]
H A DWakeupEvaluatorTest.java87 WifiConfigurationTestUtil.createOpenNetwork( in getSavedNetworks()
90 WifiConfigurationTestUtil.createOpenNetwork( in getSavedNetworks()
H A DWifiBlocklistMonitorTest.java965 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in verifyConsistentWatchdogAndSsidBlocklist()
989 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testNetworkSelectionStatus()
1022 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testNetworkSelectionStatusTemporarilyDisabledDueToNoInternet()
1043 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testNetworkSelectionStatusEnableClearsDisableCounters()
1134 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testTryEnableNetworkExponentialBackoff()
1156 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testTryEnableNetworkExponentialBackoffCapped()
1174 WifiConfiguration openNetwork = WifiConfigurationTestUtil.createOpenNetwork(); in testTryEnableNetworkNoBssidsInBlocklist()
H A DSavedNetworkNominatorTest.java20 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_NONE;
21 import static com.android.server.wifi.WifiConfigurationTestUtil.SECURITY_PSK;
225 WifiConfigurationTestUtil.assertConfigurationEqual(savedConfigs[0], in ignoreNetworksIfAutojoinNotAllowed()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
H A DLruConnectionTrackerTest.java28 import com.android.server.wifi.WifiConfigurationTestUtil;
55 WifiConfiguration network = WifiConfigurationTestUtil.createOpenNetwork(); in testAddRemoveNetwork()
65 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore()
66 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore()
67 WifiConfiguration network3 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore()
68 WifiConfiguration network4 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore()
69 WifiConfiguration network5 = WifiConfigurationTestUtil.createOpenNetwork(); in testConnectionOrderStore()
93 WifiConfiguration network1 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork()
94 WifiConfiguration network2 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork()
95 WifiConfiguration network3 = WifiConfigurationTestUtil.createOpenNetwork(); in testIsMostRecentlyNetwork()
[all …]
H A DXmlUtilTest.java35 import com.android.server.wifi.WifiConfigurationTestUtil;
125 WifiConfiguration pskNetwork = WifiConfigurationTestUtil.createPskNetwork(); in testPskWifiConfigurationSerializeDeserializeWithEncryption()
159 WifiConfiguration config = WifiConfigurationTestUtil.createEapNetwork(); in testEapWifiConfigurationSerializeDeserialize()
174 WifiConfigurationTestUtil.createStaticIpConfigurationWithPacProxy()); in testStaticIpConfigurationWithPacProxySerializeDeserialize()
206 WifiConfigurationTestUtil.createDHCPIpConfigurationWithPacProxy()); in testDHCPIpConfigurationWithPacProxySerializeDeserialize()
354 WifiConfigurationTestUtil.assertNetworkSelectionStatusEqualForConfigStore( in testDeprecatedNetworkSelectionStatusDeserialize()
403 WifiConfigurationTestUtil.assertNetworkSelectionStatusEqualForConfigStore( in testDeprecatedNetworkSelectionDisableReasonDeserialize()
651 WifiConfigurationTestUtil.assertConfigurationEqualForBackup( in serializeDeserializeWifiConfigurationForBackupRestore()
669 WifiConfigurationTestUtil.assertConfigurationEqualForConfigStore( in serializeDeserializeWifiConfigurationForConfigStore()
740 WifiConfigurationTestUtil.assertNetworkSelectionStatusEqualForConfigStore( in serializeDeserializeNetworkSelectionStatus()
[all …]

12