Searched refs:isSetMacAddressSupported (Results 1 – 6 of 6) sorted by relevance
873 mWifiNative.isSetMacAddressSupported(WIFI_IFACE_NAME); in testIsSetMacAddressSupported()874 verify(mWifiVendorHal).isSetMacAddressSupported(WIFI_IFACE_NAME); in testIsSetMacAddressSupported()
149 when(mWifiNative.isSetMacAddressSupported(any())).thenReturn(true); in setUp()1706 when(mWifiNative.isSetMacAddressSupported(any())).thenReturn(false); in setsCustomMacWhenSetMacNotSupport()1768 when(mWifiNative.isSetMacAddressSupported(any())).thenReturn(false); in setRandomMacWhenSetMacNotsupport()
2976 assertTrue(mWifiVendorHal.isSetMacAddressSupported(TEST_IFACE_NAME_1)); in testIsSetMacAddressSupportedWhenV1_4Support()2986 assertTrue(mWifiVendorHal.isSetMacAddressSupported(TEST_IFACE_NAME)); in testIsSetMacAddressSupportedWhenV1_2Support()2994 assertFalse(mWifiVendorHal.isSetMacAddressSupported(TEST_IFACE_NAME)); in testIsSetMacAddressSupportedOnOlderHal()
352 if (mWifiNative.isSetMacAddressSupported(mApInterfaceName)) { in setMacAddress()
1795 public boolean isSetMacAddressSupported(@NonNull String interfaceName) {1796 return mWifiVendorHal.isSetMacAddressSupported(interfaceName);
1339 public boolean isSetMacAddressSupported(@NonNull String ifaceName) { in isSetMacAddressSupported() method in WifiVendorHal