Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −0 Original line number Diff line number Diff line Loading @@ -2914,6 +2914,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, updateRowStates(); mIconController.updateResources(); mScreenPinningRequest.onConfigurationChanged(); mNetworkController.handleConfigurationChanged(); } @Override Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkControllerImpl.java +2 −3 Original line number Diff line number Diff line Loading @@ -340,7 +340,6 @@ public class NetworkControllerImpl extends BroadcastReceiver action.equals(ConnectivityManager.INET_CONDITION_ACTION)) { updateConnectivity(); } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { mConfig = Config.readConfig(mContext); handleConfigurationChanged(); } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { refreshLocale(); Loading Loading @@ -374,8 +373,8 @@ public class NetworkControllerImpl extends BroadcastReceiver } } @VisibleForTesting void handleConfigurationChanged() { public void handleConfigurationChanged() { mConfig = Config.readConfig(mContext); for (MobileSignalController mobileSignalController : mMobileSignalControllers.values()) { mobileSignalController.setConfiguration(mConfig); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −0 Original line number Diff line number Diff line Loading @@ -2914,6 +2914,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, updateRowStates(); mIconController.updateResources(); mScreenPinningRequest.onConfigurationChanged(); mNetworkController.handleConfigurationChanged(); } @Override Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkControllerImpl.java +2 −3 Original line number Diff line number Diff line Loading @@ -340,7 +340,6 @@ public class NetworkControllerImpl extends BroadcastReceiver action.equals(ConnectivityManager.INET_CONDITION_ACTION)) { updateConnectivity(); } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { mConfig = Config.readConfig(mContext); handleConfigurationChanged(); } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { refreshLocale(); Loading Loading @@ -374,8 +373,8 @@ public class NetworkControllerImpl extends BroadcastReceiver } } @VisibleForTesting void handleConfigurationChanged() { public void handleConfigurationChanged() { mConfig = Config.readConfig(mContext); for (MobileSignalController mobileSignalController : mMobileSignalControllers.values()) { mobileSignalController.setConfiguration(mConfig); } Loading