Home
last modified time | relevance | path

Searched defs:netId (Results 1 – 5 of 5) 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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMeteredDataRestrictionTest.java163 final String netId = setWifiMeteredStatus(true); in setMeteredNetwork() local
184 final String netId = ssid.trim().replaceAll("\"", ""); // remove quotes, if any. in setWifiMeteredStatus() local
190 private void setWifiMeteredStatus(String netId, boolean metered) throws Exception { in setWifiMeteredStatus()
195 private void assertWifiMeteredStatus(String netId, boolean metered) throws Exception { in assertWifiMeteredStatus()
/cts/common/device-side/util-axt/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/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()