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

Commit 6d3f1193 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Remove no-op TetheringEventCallback default function" into...

Merge "Merge "Remove no-op TetheringEventCallback default function" into rvc-dev am: 099628bf am: 85307bfb" into rvc-d1-dev-plus-aosp am: a6e0d047 am: 613b306b

Change-Id: Ife2b56019a3890da0ebe87ae9400beb7ea20f888
parents 2f37a8aa 613b306b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
            new TetheringManager.TetheringEventCallback() {
                @Override
                public void onTetheringSupported(boolean supported) {
                    super.onTetheringSupported(supported);
                    if (mIsTetheringSupported != supported) {
                        mIsTetheringSupported = supported;
                        fireHotspotAvailabilityChanged();
@@ -75,7 +74,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
                @Override
                public void onTetherableInterfaceRegexpsChanged(
                        TetheringManager.TetheringInterfaceRegexps reg) {
                    super.onTetherableInterfaceRegexpsChanged(reg);
                    final boolean newValue = reg.getTetherableWifiRegexs().size() != 0;
                    if (mHasTetherableWifiRegexs != newValue) {
                        mHasTetherableWifiRegexs = newValue;