Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInterruptionStateProvider.java123 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in setUpWithPresenter()
151 Settings.Global.getUriFor(Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED), in setUpWithPresenter()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1572 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in onUpgrade()
2604 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in loadGlobalSettings()
DSettingsProtoDumpUtil.java757 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked()
758 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java289 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
/frameworks/base/core/java/android/provider/
DSettings.java13359 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global