Searched refs:getStaFactoryMacAddress (Results 1 – 6 of 6) sorted by relevance
1070 when(mWifiVendorHal.getStaFactoryMacAddress(any())) in testStaGetFactoryMacAddress()1072 assertNotNull(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)); in testStaGetFactoryMacAddress()1073 verify(mWifiVendorHal).getStaFactoryMacAddress(any()); in testStaGetFactoryMacAddress()
482 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn( in setUpWifiNative()598 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in setUp()3191 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testConnectedMacRandomizationRandomizationNoneSameMac()3206 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testConnectedMacRandomizationRandomizationNoneSameMac()4589 verify(mWifiNative, never()).getStaFactoryMacAddress(WIFI_IFACE_NAME); // not native in testGetFactoryMacAddressSuccess()4611 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn(null); in testGetFactoryMacAddressFail()4614 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testGetFactoryMacAddressFail()4635 when(mWifiNative.getStaFactoryMacAddress(WIFI_IFACE_NAME)).thenReturn(null); in testGetFactoryMacAddressFailWithNoMacRandomizationSupport()4641 verify(mWifiNative).getStaFactoryMacAddress(WIFI_IFACE_NAME); in testGetFactoryMacAddressFailWithNoMacRandomizationSupport()
1045 mWifiVendorHal.getStaFactoryMacAddress(TEST_IFACE_NAME).toString()); in testGetStaFactoryMacWithHalV1_3()
2026 public MacAddress getStaFactoryMacAddress(@NonNull String interfaceName) {2027 return mWifiVendorHal.getStaFactoryMacAddress(interfaceName);
1822 public MacAddress getStaFactoryMacAddress(@NonNull String ifaceName) { in getStaFactoryMacAddress() method in WifiVendorHal
5998 MacAddress factoryMacAddress = mWifiNative.getStaFactoryMacAddress(mInterfaceName);