Searched refs:getInterfaceMacAddress (Results 1 – 8 of 8) sorted by relevance
105 assertEquals(CLIENT_1_INTERFACE_MAC_ADDRESS, client.getInterfaceMacAddress()); in testSetterGetter()110 assertNull(client.getInterfaceMacAddress()); in testSetterGetter()
191 assertEquals(INTERFACE_MAC_ADDRESS, device.getInterfaceMacAddress()); in testInterfaceMacAddressSetterGetter()
938 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testStaAuth_success()954 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testStaAuth_noDeviceAddress_success()981 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testOnPeerClientJoined()1184 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testOnPeerClientDisconnected()
547 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testStaAuth_success()563 p2pDeviceCaptor.getValue().getInterfaceMacAddress()); in testStaAuth_noDeviceAddress_success()
3507 client.getInterfaceMacAddress()); in testOnClientsChangedOnApStaConnection()3519 assertNull(dev.getInterfaceMacAddress()); in testOnClientsChangedOnApStaConnection()3564 client.getInterfaceMacAddress()); in testApStaConnectedDisconnectedEventWithEapolIPAddress()3576 assertNull(dev.getInterfaceMacAddress()); in testApStaConnectedDisconnectedEventWithEapolIPAddress()
312 if (interfaceMacAddress.equals(client.getInterfaceMacAddress())) { in setClientIpAddress()
430 @Nullable public MacAddress getInterfaceMacAddress() { in getInterfaceMacAddress() method in WifiP2pDevice
5040 MacAddress interfaceMacAddress = device.getInterfaceMacAddress(); in processMessageImpl()