Home
last modified time | relevance | path

Searched refs:createPasspointNetwork (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DUtilsTest.java252 config = WifiConfigurationTestUtil.createPasspointNetwork(); in testGetRoamingType()
DPasspointManagerTest.java1993 WifiConfiguration currentConfiguration = WifiConfigurationTestUtil.createPasspointNetwork(); in verifyRemovingPasspointProfilesWhenAppIsDisabled()
3061 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testHandleTermsAndConditionsEvent()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java1066 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testCanUpdateMacRandomizationSettingWithPasspointCreatorUid()
1150 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in addSinglePasspointNetwork()
1489 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveSinglePasspointNetwork()
1512 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointNetworkAddedByOther()
2599 WifiConfiguration c = WifiConfigurationTestUtil.createPasspointNetwork(); in testShouldUseNonPersistentRandomizationPasspoint()
2621 WifiConfiguration c = WifiConfigurationTestUtil.createPasspointNetwork(); in testShouldUseNonPersistentRandomization_randomizationNonPersistent()
2632 WifiConfiguration c = WifiConfigurationTestUtil.createPasspointNetwork(); in testShouldUseNonPersistentRandomization_randomizationPersistent()
3882 WifiConfigurationTestUtil.createPasspointNetwork(); in testHandleUserUnlockRemovePasspointConfigFromSharedConfig()
4537 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveAllEphemeralOrPasspointConfiguredNetworks()
4577 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointConfiguredNetwork()
[all …]
DConfigurationMapTest.java424 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testScanResultDoesNotMatchForPasspoint()
DWifiConfigurationTestUtil.java514 public static WifiConfiguration createPasspointNetwork() { in createPasspointNetwork() method in WifiConfigurationTestUtil
DWifiConnectivityManagerTest.java5667 WifiConfiguration network1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testExternalPnoScanRequest_withSavedNetworks()
5871 WifiConfiguration passpointNetwork1 = WifiConfigurationTestUtil.createPasspointNetwork(); in testRetrievePnoListOrder()
5872 WifiConfiguration passpointNetwork2 = WifiConfigurationTestUtil.createPasspointNetwork(); in testRetrievePnoListOrder()
5873 WifiConfiguration passpointNetwork3 = WifiConfigurationTestUtil.createPasspointNetwork(); in testRetrievePnoListOrder()
DSupplicantStaNetworkHalAidlImplTest.java1246 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testEapNetworkSetsSelectedRcoi()
DWifiNetworkSuggestionsManagerTest.java2175 WifiConfiguration connectNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testNetworkSuggestionsConfigStoreLoad()
3261 WifiConfiguration connectNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testOnPasspointNetworkConnectionSuccessWithOneMatch()
3968 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testSetAllowAutoJoinOnPasspointSuggestionNetwork()
DWifiMetricsTest.java729 testSavedNetworks.add(WifiConfigurationTestUtil.createPasspointNetwork()); in buildSavedNetworkList()
2251 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testConnectionNetworkTypePasspoint()
2933 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testLogUserActionEventValidNetworkId()
6296 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testConnectionNetworkTypePasspointFromOsu()
DClientModeImplTest.java2122 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in connectPasspointAp()
2153 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in testResetWifiInfoPasspointFields()
5745 mConnectedNetwork = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in testTermsAndConditionsClearUrlAfterNetworkValidation()
7403 mConnectedNetwork = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in testNetworkCachedDataIsClearedOnChangingTheCredential()
8151 mConnectedNetwork = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in setupPasspointConnection()
DWifiNetworkSelectorTest.java2454 WifiConfiguration existingConfig = WifiConfigurationTestUtil.createPasspointNetwork(); in testPasspointCandidateUpdateWithLatestScanDetail()
DWifiServiceImplTest.java4805 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testAddPasspointProfileViaAddNetwork()
8628 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testAllowAutojoinOnSavedPasspointNetwork()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java527 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testLegacyPasspointConfigSerializeDeserialize()