Searched refs:getMacAddress (Results 1 – 8 of 8) sorted by relevance
54 assertThat(client.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in testGetters()67 assertThat(clientDeserialized.getMacAddress().toByteArray()).isEqualTo(TEST_MAC); in canSerializeAndDeserialize()
44 default byte[] getMacAddress() { in getMacAddress() method107 public byte[] getMacAddress() { in getMacAddress() method in IClientInterfaceImp
164 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()
198 assertThat(wifiInfo.getMacAddress()).isNotNull(); in testWifiInfoPropertiesWhileConnected()
1070 lastBlockedClientMacAddress = client.getMacAddress(); in onBlockedClientConnecting()
388 method public String getMacAddress();1698 method @Nullable public android.net.MacAddress getMacAddress();1762 method @Nullable public android.net.MacAddress getMacAddress();
10097 method @Nullable public android.net.MacAddress getMacAddress();
1683 return wifiManager.getConnectionInfo().getMacAddress(); in getWifiMacAddress()1688 return wifiManager.getConnectionInfo().getMacAddress(); in getWifiMacAddress()