Loading core/java/android/provider/Settings.java +0 −24 Original line number Diff line number Diff line Loading @@ -19791,30 +19791,6 @@ public final class Settings { */ public static final String NOTIFICATION_FEEDBACK_ENABLED = "notification_feedback_enabled"; /** * Settings key for the ratio of notification dismissals to notification views - one of the * criteria for showing the notification blocking helper. * * <p>The value is a float ranging from 0.0 to 1.0 (the closer to 0.0, the more intrusive * the blocking helper will be). * * @hide */ @Readable public static final String BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT = "blocking_helper_dismiss_to_view_ratio"; /** * Settings key for the longest streak of dismissals - one of the criteria for showing the * notification blocking helper. * * <p>The value is an integer greater than 0. * * @hide */ @Readable public static final String BLOCKING_HELPER_STREAK_LIMIT = "blocking_helper_streak_limit"; /** * Configuration flags for SQLite Compatibility WAL. Encoded as a key-value list, separated * by commas. E.g.: compatibility_wal_supported=true, wal_syncmode=OFF packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,6 @@ public class SettingsBackupTest { Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS, Settings.Global.BLE_SCAN_BACKGROUND_MODE, Settings.Global.BLOCKED_SLICES, Settings.Global.BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT, Settings.Global.BLOCKING_HELPER_STREAK_LIMIT, Settings.Global.BLUETOOTH_BTSNOOP_DEFAULT_MODE, Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX, Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX, Loading Loading
core/java/android/provider/Settings.java +0 −24 Original line number Diff line number Diff line Loading @@ -19791,30 +19791,6 @@ public final class Settings { */ public static final String NOTIFICATION_FEEDBACK_ENABLED = "notification_feedback_enabled"; /** * Settings key for the ratio of notification dismissals to notification views - one of the * criteria for showing the notification blocking helper. * * <p>The value is a float ranging from 0.0 to 1.0 (the closer to 0.0, the more intrusive * the blocking helper will be). * * @hide */ @Readable public static final String BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT = "blocking_helper_dismiss_to_view_ratio"; /** * Settings key for the longest streak of dismissals - one of the criteria for showing the * notification blocking helper. * * <p>The value is an integer greater than 0. * * @hide */ @Readable public static final String BLOCKING_HELPER_STREAK_LIMIT = "blocking_helper_streak_limit"; /** * Configuration flags for SQLite Compatibility WAL. Encoded as a key-value list, separated * by commas. E.g.: compatibility_wal_supported=true, wal_syncmode=OFF
packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,6 @@ public class SettingsBackupTest { Settings.Global.BLE_SCAN_LOW_LATENCY_INTERVAL_MS, Settings.Global.BLE_SCAN_BACKGROUND_MODE, Settings.Global.BLOCKED_SLICES, Settings.Global.BLOCKING_HELPER_DISMISS_TO_VIEW_RATIO_LIMIT, Settings.Global.BLOCKING_HELPER_STREAK_LIMIT, Settings.Global.BLUETOOTH_BTSNOOP_DEFAULT_MODE, Settings.Global.BLUETOOTH_A2DP_SINK_PRIORITY_PREFIX, Settings.Global.BLUETOOTH_A2DP_SRC_PRIORITY_PREFIX, Loading