Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java4703 InetAddress inetAddress = InetAddress.getByName(TEST_IP_ADDRESS); in testSetTdlsEnabled() local
4705 sWifiManager.setTdlsEnabled(inetAddress, true); in testSetTdlsEnabled()
4707 sWifiManager.setTdlsEnabled(inetAddress, false); in testSetTdlsEnabled()
4778 InetAddress inetAddress = InetAddress.getByName(TEST_IP_ADDRESS); in testSetTdlsEnabledWithIpAddressConsumerModel() local
4779 sWifiManager.setTdlsEnabled(inetAddress, true, mExecutor, (e) -> {}); in testSetTdlsEnabledWithIpAddressConsumerModel()
4780 sWifiManager.setTdlsEnabled(inetAddress, false, mExecutor, (e) -> {}); in testSetTdlsEnabledWithIpAddressConsumerModel()