Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java75 mWifiManager.removeNetwork(config.networkId); in tearDown()
106 assertTrue(mWifiManager.removeNetwork(config.networkId)); in testDeviceOwnerCanRemoveConfig()
119 startRegularActivity(ACTION_UPDATE_WIFI_CONFIG, config.networkId, in testRegularAppCannotUpdateDeviceOwnerConfig()
145 startRegularActivity(ACTION_REMOVE_WIFI_CONFIG, config.networkId, in testRegularAppCannotRemoveDeviceOwnerConfig()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DWifiTest.java107 if (config != null && config.networkId != -1) { in testRemoveWifiNetworkIfExists()
108 mWifiConfigCreator.removeNetwork(config.networkId); in testRemoveWifiNetworkIfExists()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWifiConfigCreator.java143 conf.networkId = wifiConf.networkId; in updateNetwork()
167 if (config.networkId == netId) { in updateNetwork()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DWifiConfigCreator.java143 conf.networkId = wifiConf.networkId; in updateNetwork()
167 if (config.networkId == netId) { in updateNetwork()
/cts/tests/tests/permission/src/android/permission/cts/
DNoWifiStatePermissionTest.java175 TEST_WIFI_CONFIGURATION.networkId = 2; in testUpdateNetwork()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java370 int networkId = cdma.getNetworkId(); in verifyCellIdentityCdma() local
371 assertTrue("getNetworkId() out of range [0,65535], networkId=" + networkId, in verifyCellIdentityCdma()
372 networkId == Integer.MAX_VALUE || (networkId >= 0 && networkId <= NETWORK_ID)); in verifyCellIdentityCdma()
394 assertTrue("NID is required for registered cells", networkId != Integer.MAX_VALUE); in verifyCellIdentityCdma()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java450 return configuration.networkId; in getOrAddLegacyNetwork()