Searched refs:isApSetMacAddressSupported (Results 1 – 5 of 5) sorted by relevance
1164 mWifiNative.isApSetMacAddressSupported(WIFI_IFACE_NAME); in testIsApSetMacAddressSupported()1165 verify(mWifiVendorHal).isApSetMacAddressSupported(WIFI_IFACE_NAME); in testIsApSetMacAddressSupported()
330 when(mWifiNative.isApSetMacAddressSupported(any())).thenReturn(true); in setUp()2255 when(mWifiNative.isApSetMacAddressSupported(any())).thenReturn(false); in setsCustomMacWhenSetMacNotSupport()2331 when(mWifiNative.isApSetMacAddressSupported(any())).thenReturn(false); in setRandomMacWhenSetMacNotsupport()
974 public boolean isApSetMacAddressSupported(@NonNull String ifaceName) { in isApSetMacAddressSupported() method in WifiVendorHal
2433 public boolean isApSetMacAddressSupported(@NonNull String interfaceName) {2434 return mWifiVendorHal.isApSetMacAddressSupported(interfaceName);
774 if (mWifiNative.isApSetMacAddressSupported(mApInterfaceName)) { in setMacAddress()