Home
last modified time | relevance | path

Searched refs:getApMacAddress (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java89 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()
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java179 public @Nullable MacAddress getApMacAddress() { in getApMacAddress() method in MloLink
/packages/modules/Wifi/framework/api/
Dcurrent.txt24 method @Nullable public android.net.MacAddress getApMacAddress();