Searched refs:resetApMacToFactoryMacAddress (Results 1 – 6 of 6) sorted by relevance
965 mWifiNative.resetApMacToFactoryMacAddress(WIFI_IFACE_NAME); in testResetApMacToFactoryMacAddress()966 verify(mWifiVendorHal).resetApMacToFactoryMacAddress(WIFI_IFACE_NAME); in testResetApMacToFactoryMacAddress()
3530 assertTrue(mWifiVendorHal.resetApMacToFactoryMacAddress(TEST_IFACE_NAME_1)); in testResetApMacToFactoryMacAddressSuccess()3544 assertFalse(mWifiVendorHal.resetApMacToFactoryMacAddress(TEST_IFACE_NAME_1)); in testResetApMacToFactoryMacAddressFailDueToStatusFailure()3557 assertFalse(mWifiVendorHal.resetApMacToFactoryMacAddress(TEST_IFACE_NAME_1)); in testResetApMacToFactoryMacAddressFailDueToRemoteException()3566 assertFalse(mWifiVendorHal.resetApMacToFactoryMacAddress(TEST_IFACE_NAME)); in testResetApMacToFactoryMacAddressDoesNotCrashOnOlderHal()
1662 verify(mWifiNative).resetApMacToFactoryMacAddress(eq(TEST_INTERFACE_NAME)); in resetsFactoryMacWhenRandomizationOff()1681 verify(mWifiNative).resetApMacToFactoryMacAddress(eq(TEST_INTERFACE_NAME)); in resetsFactoryMacWhenRandomizationDoesntSupport()
2045 public boolean resetApMacToFactoryMacAddress(@NonNull String interfaceName) {2046 return mWifiVendorHal.resetApMacToFactoryMacAddress(interfaceName);
554 if (!mWifiNative.resetApMacToFactoryMacAddress(mApInterfaceName)) { in setMacAddress()
1751 public boolean resetApMacToFactoryMacAddress(@NonNull String ifaceName) { in resetApMacToFactoryMacAddress() method in WifiVendorHal