Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27c32fc9 authored by Etan Cohen's avatar Etan Cohen
Browse files

[WIFI] Rename restart callback unregistration method

Harmonize with the registration method name.

Bug: 175084231
Bug: 180007424
Test: atest com.android.server.wifi
Test: atest android.net.wifi
Test: atest android.net.wifi.cts.WifiManagerTest#testRestartWifiSubsystem
Change-Id: Ie713d94a79362306f3be6ba03acba256ef9c255e
parent 6979344d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ public class ConnectivitySubsystemsRecoveryManager {
    }

    private void stopTrackingWifiRestart() {
        mWifiManager.unregisterWifiSubsystemRestartTrackingCallback(
        mWifiManager.unregisterSubsystemRestartTrackingCallback(
                mWifiSubsystemRestartTrackingCallback);
    }