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

Commit a6e0d047 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
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
parents f6671839 89a96174
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -65,7 +65,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
            new TetheringManager.TetheringEventCallback() {
            new TetheringManager.TetheringEventCallback() {
                @Override
                @Override
                public void onTetheringSupported(boolean supported) {
                public void onTetheringSupported(boolean supported) {
                    super.onTetheringSupported(supported);
                    if (mIsTetheringSupported != supported) {
                    if (mIsTetheringSupported != supported) {
                        mIsTetheringSupported = supported;
                        mIsTetheringSupported = supported;
                        fireHotspotAvailabilityChanged();
                        fireHotspotAvailabilityChanged();
@@ -75,7 +74,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
                @Override
                @Override
                public void onTetherableInterfaceRegexpsChanged(
                public void onTetherableInterfaceRegexpsChanged(
                        TetheringManager.TetheringInterfaceRegexps reg) {
                        TetheringManager.TetheringInterfaceRegexps reg) {
                    super.onTetherableInterfaceRegexpsChanged(reg);
                    final boolean newValue = reg.getTetherableWifiRegexs().size() != 0;
                    final boolean newValue = reg.getTetherableWifiRegexs().size() != 0;
                    if (mHasTetherableWifiRegexs != newValue) {
                    if (mHasTetherableWifiRegexs != newValue) {
                        mHasTetherableWifiRegexs = newValue;
                        mHasTetherableWifiRegexs = newValue;