Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigManagerTest.java592 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testAddSinglePasspointNetwork()
862 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveSinglePasspointNetwork()
883 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointNetworkAddedByOther()
2268 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRetrievePnoListDoesNotContainEphemeralOrPasspointNetworks()
3100 WifiConfigurationTestUtil.createPasspointNetwork(); in testHandleUserUnlockRemovePasspointConfigFromSharedConfig()
3656 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveAllEphemeralOrPasspointConfiguredNetworks()
3689 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointConfiguredNetwork()
4451 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testDisablePasspointNetwork()
4473 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testDisablePasspointNetworkRemovesUserChoice()
DWifiConfigurationTestUtil.java376 public static WifiConfiguration createPasspointNetwork() { in createPasspointNetwork() method in WifiConfigurationTestUtil
DClientModeImplTest.java1080 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in connectPasspointAp()
1109 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in testResetWifiInfoPasspointFields()
DWifiServiceImplTest.java2513 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testAddPasspointProfileViaAddNetwork()
DWifiMetricsTest.java522 testSavedNetworks.add(WifiConfigurationTestUtil.createPasspointNetwork()); in buildSavedNetworkList()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java425 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testLegacyPasspointConfigSerializeDeserialize()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1796 WifiConfiguration currentConfiguration = WifiConfigurationTestUtil.createPasspointNetwork(); in verifyRemovingPasspointProfilesWhenAppIsDisabled()