Searched refs:createOweNetwork (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResultMatchInfoTest.java | 398 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgrade() 411 WifiConfigurationTestUtil.createOweNetwork("\"Upgrade\""), in testEqualityRulesForOpenToOweUpgradeWithOverlayDisable() 421 WifiConfigurationTestUtil.createOweNetwork("\"Downgrade\""); in testOweToOpenDoesNotDowngrade() 519 WifiConfigurationTestUtil.createOweNetwork(TEST_SSID); in testMatchBehaviorWithOweAutoUpgradeFlagStates()
|
D | WifiConfigurationTestUtil.java | 289 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
|
D | WifiBackupRestoreTest.java | 698 configurations.add(WifiConfigurationTestUtil.createOweNetwork()); in testMultipleNetworksAllBackupRestore() 736 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(); in testMultipleNetworksNonEnterpriseBackupRestore()
|
D | WakeupControllerTest.java | 516 WifiConfiguration oweNetwork = WifiConfigurationTestUtil.createOweNetwork(quotedSsid2); in startInitializesWakeupLockWithSavedScanResultsAndNetworkSuggestions()
|
D | WifiConfigurationUtilTest.java | 244 WifiConfigurationTestUtil.createOweNetwork(), SUPPORTED_FEATURES_ALL, in testValidatePositiveCases_AsciiSsidString()
|
D | SupplicantStaNetworkHalAidlImplTest.java | 136 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
|
D | WifiConfigManagerTest.java | 2206 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()
|
D | SupplicantStaNetworkHalHidlImplTest.java | 205 WifiConfiguration config = WifiConfigurationTestUtil.createOweNetwork(); in testOweNetworkWifiConfigurationSaveLoad()
|
D | WifiNetworkSuggestionsManagerTest.java | 2914 WifiConfigurationTestUtil.createOweNetwork(), null, false, false, true, true, in testGetNetworkSuggestions()
|
D | WifiMetricsTest.java | 732 testSavedNetworks.add(WifiConfigurationTestUtil.createOweNetwork()); in buildSavedNetworkList()
|