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

Commit 740562ca authored by Abhinav Yadav's avatar Abhinav Yadav
Browse files

Clean up MODEM_STACK_ENABLED_FOR_SLOT Settings

Clean up the @hide MODEM_STACK_ENABLED_FOR_SLOT settings that is not used anymore.

Bug: 427446898
Flag: EXEMPT clean up
Test: presubmit
Change-Id: I4053f817c29c219a43099cb88db8bdd4487b08ea
parent d2f75fe8
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -19628,14 +19628,6 @@ public final class Settings {
        @Readable
        public static final String ENABLED_SUBSCRIPTION_FOR_SLOT = "enabled_subscription_for_slot";
        /**
         * Whether corresponding logical modem is enabled for a physical slot.
         * The value 1 - enable, 0 - disable
         * @hide
         */
        @Readable
        public static final String MODEM_STACK_ENABLED_FOR_SLOT = "modem_stack_enabled_for_slot";
        /**
         * Whether to enable new contacts aggregator or not.
         * The value 1 - enable, 0 - disable
+0 −1
Original line number Diff line number Diff line
@@ -547,7 +547,6 @@ public class SettingsBackupTest {
                    Settings.Global.RADIO_BUG_WAKELOCK_TIMEOUT_COUNT_THRESHOLD,
                    Settings.Global.RADIO_BUG_SYSTEM_ERROR_COUNT_THRESHOLD,
                    Settings.Global.ENABLED_SUBSCRIPTION_FOR_SLOT,
                    Settings.Global.MODEM_STACK_ENABLED_FOR_SLOT,
                    Settings.Global.POWER_BUTTON_SHORT_PRESS,
                    Settings.Global.POWER_BUTTON_DOUBLE_PRESS,
                    Settings.Global.POWER_BUTTON_TRIPLE_PRESS,