Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWifiConfigCreator.java179 public int updateNetwork(WifiConfiguration wifiConf, String ssid, boolean hidden, in updateNetwork() method in WifiConfigCreator
189 int newNetId = mWifiManager.updateNetwork(conf); in updateNetwork()
207 public int updateNetwork(int netId, String ssid, boolean hidden, in updateNetwork() method in WifiConfigCreator
221 return updateNetwork(wifiConf, ssid, hidden, securityType, password); in updateNetwork()
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DWifiManagerWrapper.java66 doAnswer(answer).when(spy).updateNetwork(any()); in getWrapper()
/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/
DWifiConfigCreatorActivity.java63 configCreator.updateNetwork(netId, ssid, false, securityType, password); in onCreate()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java93 int netId = mWifiConfigCreator.updateNetwork(config, in testDeviceOwnerCanUpdateConfig()
101 int netId = mWifiConfigCreator.updateNetwork(config, in testDeviceOwnerCanUpdateConfig()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiBackupRestoreTest.java253 int networkId = sWifiManager.updateNetwork(modNetwork); in testCanRestoreBackupData()
276 sWifiManager.updateNetwork(origNetwork); in testCanRestoreBackupData()
DWifiManagerTest.java1257 sWifiManager.updateNetwork(wifiConfiguration)); in testDeprecatedApis()
3608 sWifiManager.updateNetwork(currentConfig); in testSave()
5478 assertEquals(networkId, sWifiManager.updateNetwork(wifiConfiguration)); in testSecureEnterpriseConfigurationsAccepted()
6018 sWifiManager.updateNetwork(network); in testBssidAllowlist()
6034 sWifiManager.updateNetwork(network); in testBssidAllowlist()
6037 sWifiManager.updateNetwork(network); in testBssidAllowlist()
6051 sWifiManager.updateNetwork(network); in testBssidAllowlist()
7114 sWifiManager.updateNetwork(wifi7Network); in testEnableWifi7()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt548 method @Deprecated public int updateNetwork(android.net.wifi.WifiConfiguration);