Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DCommonVisualInterruptionSuppressors.kt34 import android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED
74 globalSettings.getInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_OFF) != in shouldSuppress()
90 globalSettings.getUriFor(HEADS_UP_NOTIFICATIONS_ENABLED), in shouldSuppress()
DNotificationInterruptStateProviderImpl.java19 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED;
161 != mGlobalSettings.getInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_OFF); in NotificationInterruptStateProviderImpl()
175 mGlobalSettings.getUriFor(HEADS_UP_NOTIFICATIONS_ENABLED), in NotificationInterruptStateProviderImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt51 import android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED in <lambda>()
119 FakeGlobalSettings().also { it.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON) } in <lambda>()
938 globalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, newSetting) in <lambda>()
DNotificationInterruptStateProviderImplTest.java30 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED;
148 mGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setup()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java21 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED;
376 mFakeGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setup()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java1532 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in onUpgrade()
2565 loadIntegerSetting(stmt, Global.HEADS_UP_NOTIFICATIONS_ENABLED, in loadGlobalSettings()
DSettingsProtoDumpUtil.java823 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, in dumpProtoGlobalSettingsLocked()
824 GlobalSettingsProto.HEADS_UP_NOTIFICATIONS_ENABLED); in dumpProtoGlobalSettingsLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java21 import static android.provider.Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED;
450 fakeGlobalSettings.putInt(HEADS_UP_NOTIFICATIONS_ENABLED, HEADS_UP_ON); in setUp()
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java257 Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED,
/frameworks/base/core/java/android/provider/
DSettings.java17164 public static final String HEADS_UP_NOTIFICATIONS_ENABLED = field in Settings.Global