Searched refs:getApFactoryMacAddress (Results 1 – 4 of 4) sorted by relevance
1079 when(mWifiVendorHal.getApFactoryMacAddress(any())).thenReturn(MacAddress.BROADCAST_ADDRESS); in testGetApFactoryMacAddress()1080 assertNotNull(mWifiNative.getApFactoryMacAddress(WIFI_IFACE_NAME)); in testGetApFactoryMacAddress()1081 verify(mWifiVendorHal).getApFactoryMacAddress(any()); in testGetApFactoryMacAddress()
269 when(mWifiNative.getApFactoryMacAddress(any())).thenReturn(TEST_INTERFACE_MAC_ADDRESS); in setUp()
2035 public MacAddress getApFactoryMacAddress(@NonNull String interfaceName) {2036 return mWifiVendorHal.getApFactoryMacAddress(interfaceName);
1757 MacAddress mac = getApFactoryMacAddress(ifaceName); in resetApMacToFactoryMacAddress()1851 public MacAddress getApFactoryMacAddress(@NonNull String ifaceName) { in getApFactoryMacAddress() method in WifiVendorHal