Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/nl80211/cts/
DNativeWifiClientTest.java54 assertThat(client.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in testGetters()
67 assertThat(clientDeserialized.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in canSerializeAndDeserialize()
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/nl80211/
DIClientInterfaceImp.java44 default byte[] getMacAddress() { in getMacAddress() method
107 public byte[] getMacAddress() { in getMacAddress() method in IClientInterfaceImp
/cts/tests/tests/wifi/src/android/net/wifi/rtt/cts/
DWifiRttTest.java164 assertTrue(responder.getMacAddress().toString().equalsIgnoreCase(testAp.BSSID) in testRangingToTest11mcApUsingResponderConfig()
269 result.getMacAddress().toString(), testAp.BSSID); in range11mcApRequest()
413 result.getMacAddress().toString(), testAp.BSSID); in range11azApRequest()
869 result.getMacAddress().toString(), testAp.BSSID); in rangeNon11mcApRequest()
1043 assertEquals(MacAddress.fromString("00:11:22:33:44:55"), rangingResult.getMacAddress()); in testRangingResultBuilder()
1170 assertTrue(responder.getMacAddress().toString().equalsIgnoreCase(testAp.BSSID) in testRangingToTest11azApUsingResponderConfig()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiInfoTest.java198 assertThat(wifiInfo.getMacAddress()).isNotNull(); in testWifiInfoPropertiesWhileConnected()
DWifiManagerTest.java1070 lastBlockedClientMacAddress = client.getMacAddress(); in onBlockedClientConnecting()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dwifi-current.txt388 method public String getMacAddress();
1698 method @Nullable public android.net.MacAddress getMacAddress();
1762 method @Nullable public android.net.MacAddress getMacAddress();
Dsystem-current.txt10097 method @Nullable public android.net.MacAddress getMacAddress();
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1683 return wifiManager.getConnectionInfo().getMacAddress(); in getWifiMacAddress()
1688 return wifiManager.getConnectionInfo().getMacAddress(); in getWifiMacAddress()