Home
last modified time | relevance | path

Searched refs:getApFactoryMacAddress (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java1250 when(mWifiVendorHal.getApFactoryMacAddress(any())).thenReturn(MacAddress.BROADCAST_ADDRESS); in testGetApFactoryMacAddress()
1251 assertNotNull(mWifiNative.getApFactoryMacAddress(WIFI_IFACE_NAME)); in testGetApFactoryMacAddress()
1252 verify(mWifiVendorHal).getApFactoryMacAddress(any()); in testGetApFactoryMacAddress()
DSoftApManagerTest.java388 when(mWifiNative.getApFactoryMacAddress(any())).thenReturn(TEST_INTERFACE_MAC_ADDRESS); in setUp()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1002 public MacAddress getApFactoryMacAddress(@NonNull String ifaceName) { in getApFactoryMacAddress() method in WifiVendorHal
DWifiNative.java2451 public MacAddress getApFactoryMacAddress(@NonNull String interfaceName) {
2452 return mWifiVendorHal.getApFactoryMacAddress(interfaceName);