Searched refs:getStaFactoryMacAddress (Results 1 – 5 of 5) sorted by relevance
1241 when(mWifiVendorHal.getStaFactoryMacAddress(any())) in testStaGetFactoryMacAddress()1243 assertNotNull(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)); in testStaGetFactoryMacAddress()1244 verify(mWifiVendorHal).getStaFactoryMacAddress(any()); in testStaGetFactoryMacAddress()
620 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn( in setUpWifiNative()775 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in setUp()4376 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testConnectedMacRandomizationRandomizationNoneSameMac()4391 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testConnectedMacRandomizationRandomizationNoneSameMac()6215 verify(mWifiNative, times(3)).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testGetFactoryMacAddressAlwaysFromWifiNative()6229 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); // not native in testGetFactoryMacAddressSuccess()6246 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testGetFactoryMacAddressSuccess()6263 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn(null); in testGetFactoryMacAddressFail()6266 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testGetFactoryMacAddressFail()6287 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn(null); in testGetFactoryMacAddressFailWithNoMacRandomizationSupport()[all …]
988 public MacAddress getStaFactoryMacAddress(@NonNull String ifaceName) { in getStaFactoryMacAddress() method in WifiVendorHal
2442 public MacAddress getStaFactoryMacAddress(@NonNull String interfaceName) {2443 return mWifiVendorHal.getStaFactoryMacAddress(interfaceName);
7893 MacAddress factoryMacAddress = mWifiNative.getStaFactoryMacAddress(mInterfaceName); in retrieveFactoryMacAddressAndStoreIfNecessary()