Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/HotspotControllerImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/HotspotControllerImpl.java +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading @@ -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; Loading