Searched refs:HEADS_UP_NOTIFICATIONS_ENABLED (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsBackupTest.java | 208 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 852 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked() 853 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
|
D | DatabaseHelper.java | 1579 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/ |
D | StatusBar.java | 519 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/ |
D | Settings.java | 9723 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global
|