Searched refs:resetApMacToFactoryMacAddress (Results 1 – 5 of 5) sorted by relevance
1145 mWifiNative.resetApMacToFactoryMacAddress(WIFI_IFACE_NAME); in testResetApMacToFactoryMacAddress()1146 verify(mWifiVendorHal).resetApMacToFactoryMacAddress(WIFI_IFACE_NAME); in testResetApMacToFactoryMacAddress()
2204 verify(mWifiNative).resetApMacToFactoryMacAddress(eq(TEST_INTERFACE_NAME)); in resetsFactoryMacWhenRandomizationOff()2229 verify(mWifiNative).resetApMacToFactoryMacAddress(eq(TEST_INTERFACE_NAME)); in resetsFactoryMacWhenRandomizationDoesntSupport()
946 public boolean resetApMacToFactoryMacAddress(@NonNull String ifaceName) { in resetApMacToFactoryMacAddress() method in WifiVendorHal
2461 public boolean resetApMacToFactoryMacAddress(@NonNull String interfaceName) {2462 return mWifiVendorHal.resetApMacToFactoryMacAddress(interfaceName);
769 if (!mWifiNative.resetApMacToFactoryMacAddress(mApInterfaceName)) { in setMacAddress()