Home
last modified time | relevance | path

Searched refs:HEADS_UP_NOTIFICATIONS_ENABLED (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DNotificationInterruptStateProviderImpl.java144 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in NotificationInterruptStateProviderImpl()
158 Settings.Global.getUriFor(Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED), in NotificationInterruptStateProviderImpl()
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java1532 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in onUpgrade()
2567 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in loadGlobalSettings()
H A DSettingsProtoDumpUtil.java823 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked()
824 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java305 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java16171 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global