Searched refs:getApFactoryMacAddress (Results 1 – 4 of 4) sorted by relevance
1250 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()
388 when(mWifiNative.getApFactoryMacAddress(any())).thenReturn(TEST_INTERFACE_MAC_ADDRESS); in setUp()
1002 public MacAddress getApFactoryMacAddress(@NonNull String ifaceName) { in getApFactoryMacAddress() method in WifiVendorHal
2451 public MacAddress getApFactoryMacAddress(@NonNull String interfaceName) {2452 return mWifiVendorHal.getApFactoryMacAddress(interfaceName);