Loading packages/SystemUI/src/com/android/systemui/quicksettings/MobileNetworkTypeTile.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public class MobileNetworkTypeTile extends QuickSettingsTile { private static int get2G3G(Context context) { int state = 99; try { state = Settings.Secure.getInt(context.getContentResolver(), state = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PREFERRED_NETWORK_MODE); } catch (SettingNotFoundException e) { } Loading packages/SystemUI/src/com/android/systemui/statusbar/powerwidget/NetworkModeButton.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class NetworkModeButton extends PowerButton{ private static int get2G3G(Context context) { int state = 99; try { state = Settings.Secure.getInt(context.getContentResolver(), state = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PREFERRED_NETWORK_MODE); } catch (SettingNotFoundException e) { } Loading Loading
packages/SystemUI/src/com/android/systemui/quicksettings/MobileNetworkTypeTile.java +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ public class MobileNetworkTypeTile extends QuickSettingsTile { private static int get2G3G(Context context) { int state = 99; try { state = Settings.Secure.getInt(context.getContentResolver(), state = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PREFERRED_NETWORK_MODE); } catch (SettingNotFoundException e) { } Loading
packages/SystemUI/src/com/android/systemui/statusbar/powerwidget/NetworkModeButton.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class NetworkModeButton extends PowerButton{ private static int get2G3G(Context context) { int state = 99; try { state = Settings.Secure.getInt(context.getContentResolver(), state = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PREFERRED_NETWORK_MODE); } catch (SettingNotFoundException e) { } Loading