Searched refs:getApMacAddress (Results 1 – 3 of 3) sorted by relevance
89 assertNotNull(link.getApMacAddress()); in assertMloNoRedaction()90 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloNoRedaction()102 assertNotNull(link.getApMacAddress()); in assertMloLocalMacRedaction()103 assertEquals(MLO_LINK_AP_MAC_ADDRESS, link.getApMacAddress().toString()); in assertMloLocalMacRedaction()113 assertNull(link.getApMacAddress()); in assertMloSensitiveLocationRedaction()
179 public @Nullable MacAddress getApMacAddress() { in getApMacAddress() method in MloLink
24 method @Nullable public android.net.MacAddress getApMacAddress();