Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java208 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java852 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked()
853 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
DDatabaseHelper.java1579 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in onUpgrade()
2631 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in loadGlobalSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java519 mContext.getContentResolver(), Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
927 Settings.Global.getUriFor(Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED), true, in start()
/frameworks/base/core/java/android/provider/
DSettings.java9723 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global