Home
last modified time | relevance | path

Searched defs:netId (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/WifiConfigCreator/src/com/android/cts/deviceowner/wificonfigcreator/
DWifiConfigCreatorActivity.java54 int netId = intent.getIntExtra(EXTRA_NETID, -1); in onCreate() local
60 int netId = intent.getIntExtra(EXTRA_NETID, -1); in onCreate() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWifiConfigCreator.java78 int netId = mWifiManager.addNetwork(wifiConf); in addNetwork() local
97 int netId = -1; in addHttpProxyNetworkVerifyAndRemove() local
160 public int updateNetwork(int netId, String ssid, boolean hidden, in updateNetwork()
175 public boolean removeNetwork(int netId) { in removeNetwork()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java165 private void startRegularActivity(String action, int netId, String ssid, int securityType, in startRegularActivity()
/cts/tests/tests/net/src/android/net/wifi/cts/
DWifiEnterpriseConfigTest.java790 int netId = mWifiManager.addNetwork(config); in testAddEapNetwork() local
DWifiManagerTest.java389 int netId = mWifiManager.addNetwork(wifiConfiguration); in testWifiManagerNetWork() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java539 final String netId = setWifiMeteredStatus(true); in setMeteredNetwork() local
593 final String netId = ssid.trim().replaceAll("\"", ""); // remove quotes, if any. in setWifiMeteredStatus() local
603 private void assertWifiMeteredStatus(String netId, boolean status) throws Exception { in assertWifiMeteredStatus()