Searched refs:getStaMacAddress (Results 1 – 6 of 6) sorted by relevance
106 assertNotNull(link.getStaMacAddress()); in assertMloNoRedaction()107 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloNoRedaction()126 assertNull(link.getStaMacAddress()); in assertMloLocalMacRedaction()136 assertNotNull(link.getStaMacAddress()); in assertMloSensitiveLocationRedaction()137 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link.getStaMacAddress().toString()); in assertMloSensitiveLocationRedaction()862 assertNotNull(link1.getStaMacAddress()); in testMloLink()863 assertEquals(MLO_LINK_STA_MAC_ADDRESS, link1.getStaMacAddress().toString()); in testMloLink()
217 public @Nullable MacAddress getStaMacAddress() { in getStaMacAddress() method in MloLink
3233 assertEquals(nativeInfo.links[0].getStaMacAddress(), in testGetConnectionMloLinksInfo()3241 assertEquals(nativeInfo.links[1].getStaMacAddress(), in testGetConnectionMloLinksInfo()3251 assertEquals(nativeInfo.links[2].getStaMacAddress(), in testGetConnectionMloLinksInfo()
4179 public MacAddress getStaMacAddress() {
3407 link.setStaMacAddress(info.links[i].getStaMacAddress()); in updateMloLinkAddrAndStates()3420 info.links[i].getStaMacAddress()); in updateMloLinkAddrAndStates()
30 method @Nullable public android.net.MacAddress getStaMacAddress();