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.java645 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testAddSinglePasspointNetwork()
919 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveSinglePasspointNetwork()
940 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointNetworkAddedByOther()
2363 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRetrievePnoListDoesNotContainEphemeralOrPasspointNetworks()
3195 WifiConfigurationTestUtil.createPasspointNetwork(); in testHandleUserUnlockRemovePasspointConfigFromSharedConfig()
3751 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemoveAllEphemeralOrPasspointConfiguredNetworks()
3784 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testRemovePasspointConfiguredNetwork()
4546 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testDisablePasspointNetwork()
4568 WifiConfiguration passpointNetwork = WifiConfigurationTestUtil.createPasspointNetwork(); in testDisablePasspointNetworkRemovesUserChoice()
DWifiConfigurationTestUtil.java377 public static WifiConfiguration createPasspointNetwork() { in createPasspointNetwork() method in WifiConfigurationTestUtil
DClientModeImplTest.java1200 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in connectPasspointAp()
1229 WifiConfiguration config = spy(WifiConfigurationTestUtil.createPasspointNetwork()); in testResetWifiInfoPasspointFields()
DWifiServiceImplTest.java2668 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testAddPasspointProfileViaAddNetwork()
DWifiMetricsTest.java520 testSavedNetworks.add(WifiConfigurationTestUtil.createPasspointNetwork()); in buildSavedNetworkList()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DXmlUtilTest.java482 WifiConfiguration config = WifiConfigurationTestUtil.createPasspointNetwork(); in testLegacyPasspointConfigSerializeDeserialize()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1798 WifiConfiguration currentConfiguration = WifiConfigurationTestUtil.createPasspointNetwork(); in verifyRemovingPasspointProfilesWhenAppIsDisabled()