Home
last modified time | relevance | path

Searched refs:INVALID_NETWORK_ID (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiNetworkConfigurationWithoutFineLocationPermissionTest.java40 private static final int INVALID_NETWORK_ID = -1; field in WifiNetworkConfigurationWithoutFineLocationPermissionTest
74 assertWithMessage("id of added network").that(netId).isNotEqualTo(INVALID_NETWORK_ID); in testAddAndRetrieveCallerConfiguredNetworks()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java26 import static android.net.wifi.WifiConfiguration.INVALID_NETWORK_ID;
1352 assertEquals(INVALID_NETWORK_ID, in testDeprecatedApis()
1354 assertEquals(INVALID_NETWORK_ID, in testDeprecatedApis()
1893 assertNotEquals("Should be connected to valid networkId", INVALID_NETWORK_ID, in testGetPrivilegedConnectedNetworkSuccess()
3773 int newNetworkId = INVALID_NETWORK_ID; in testForget()
3783 assertNotEquals(INVALID_NETWORK_ID, newNetworkId); in testForget()
3828 if (newNetworkId != INVALID_NETWORK_ID) sWifiManager.removeNetwork(newNetworkId); in testForget()
3841 int newNetworkId = INVALID_NETWORK_ID; in testGetFactoryMacAddresses()
5617 int networkId = INVALID_NETWORK_ID; in testSecureEnterpriseConfigurationsAccepted()
5631 assertNotEquals(INVALID_NETWORK_ID, networkId); in testSecureEnterpriseConfigurationsAccepted()
[all …]