Home
last modified time | relevance | path

Searched refs:createOweNetwork (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java398 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade()
411 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable()
421 WifiConfigurationTestUtil.createOweNetwork("\"Downgrade\""); in testOweToOpenDoesNotDowngrade()
519 WifiConfigurationTestUtil.createOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
DWifiConfigurationTestUtil.java289 public static WifiConfiguration createOweNetwork() { in createOweNetwork() method in WifiConfigurationTestUtil
290 return createOweNetwork(createNewSSID()); in createOweNetwork()
293 public static WifiConfiguration createOweNetwork(String ssid) { in createOweNetwork() method in WifiConfigurationTestUtil
DWifiBackupRestoreTest.java698 configurations.add(WifiConfigurationTestUtil.createOweNetwork()); in testMultipleNetworksAllBackupRestore()
736 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
DWakeupControllerTest.java516 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(quotedSsid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
DWifiConfigurationUtilTest.java244 WifiConfigurationTestUtil.createOweNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
DSupplicantStaNetworkHalAidlImplTest.java136 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
DWifiConfigManagerTest.java2206 WifiConfigurationTestUtil.createOweNetwork()); in testMatchScanDetailToNetworksAndCache()
2224 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testNoMatchScanDetailToNetwork()
7608 WifiConfigurationTestUtil.createOweNetwork(TEST_SSID), in testMergeOweToOpenNetwork()
7618 WifiConfigurationTestUtil.createOweNetwork(TEST_SSID), in testMergeOpenToOweNetwork()
DSupplicantStaNetworkHalHidlImplTest.java205 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
DWifiNetworkSuggestionsManagerTest.java2914 WifiConfigurationTestUtil.createOweNetwork(), null, false, false, true, true, in testGetNetworkSuggestions()
DWifiMetricsTest.java732 testSavedNetworks.add(WifiConfigurationTestUtil.createOweNetwork()); in buildSavedNetworkList()